#482214

Color #482214 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #482214

Tints of Brown Pod #482214

Color information

#482214 (or 0x482214) is unknown color: approx Brown Pod. HEX triplet: 48, 22 and 14. RGB value is (72,34,20). Sum of RGB (Red+Green+Blue) = 72+34+20=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #482214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482214 is #B7DDEB. Grayscale: #2B2B2B. Windows color (decimal): -12049900 or 1319496. OLE color: 1319496.

HSL color Cylindrical-coordinate representation of color #482214: hue angle of 16.15º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482214 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB723420-
CMYK00.530.720.72
HSL16.15º56.52%18.04%-
HSV(B)16.15º72.22%28.24%-
XYZ3.372.570.98-
YUV43.77114.59148.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=57.14%
G=26.98%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72342000.530.720.7216.1556.5218.04
Hex4822140354848103912
Octal1104224065110110207122
Binary1001000100010101000110101100100010010001000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482214; }

 p { color: rgb(72,34,20); }

 H1.HeaderClassName
 {
   color: #482214;
 }
 .AnyTagClassName
 {
   color: #482214;
 }
</style>
background-color css

<style>
 a { background-color: #482214; }

 a { background-color: rgb(72,34,20); }

 div.DivClassName
 {
   background-color: #482214;
 }
 .BgClassName
 {
   background-color: #482214;
 }
</style>
border-color css

<style>
 span { border-color: #482214; }

 span { border-color: rgb(72,34,20); }

 td.TdClassName
 {
   border-color: #482214;
 }
 .TagClassName
 {
   border-color: #482214;
 }
</style>