#49180C

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

Shades of Brown Pod #49180C

Tints of Brown Pod #49180C

Color information

#49180C (or 0x49180C) is unknown color: approx Brown Pod. HEX triplet: 49, 18 and 0C. RGB value is (73,24,12). Sum of RGB (Red+Green+Blue) = 73+24+12=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 12 (5.08% from 255 or 11.01% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #49180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49180C is #B6E7F3. Grayscale: #252525. Windows color (decimal): -11986932 or 792649. OLE color: 792649.

HSL color Cylindrical-coordinate representation of color #49180C: hue angle of 11.8º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49180C is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB732412-
CMYK00.670.840.71
HSL11.8º71.76%16.67%-
HSV(B)11.8º83.56%28.63%-
XYZ3.142.10.59-
YUV37.28113.73153.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 24 (9.77% from 255) = 22.02%
BLUE value IS 12 (5.08% from 255) = 11.01%
R=66.97%
G=22.02%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73241200.670.840.7111.871.7616.67
Hex4918C0435447c4811
Octal111301401031241071411021
Binary100100111000110001000011101010010001111100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49180C; }

 p { color: rgb(73,24,12); }

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

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

 a { background-color: rgb(73,24,12); }

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

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

 span { border-color: rgb(73,24,12); }

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