#49190C

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

Shades of Brown Pod #49190C

Tints of Brown Pod #49190C

Color information

#49190C (or 0x49190C) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 0C. RGB value is (73,25,12). Sum of RGB (Red+Green+Blue) = 73+25+12=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #49190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49190C is #B6E6F3. Grayscale: #252525. Windows color (decimal): -11986676 or 792905. OLE color: 792905.

HSL color Cylindrical-coordinate representation of color #49190C: hue angle of 12.79º 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 #49190C is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB732512-
CMYK00.660.840.71
HSL12.79º71.76%16.67%-
HSV(B)12.79º83.56%28.63%-
XYZ3.162.140.59-
YUV37.87113.4153.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.36%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=66.36%
G=22.73%
B=10.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73251200.660.840.7112.7971.7616.67
Hex4919C0425447d4811
Octal111311401021241071511021
Binary100100111001110001000010101010010001111101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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