#49190B

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

Shades of Brown Pod #49190B

Tints of Brown Pod #49190B

Color information

#49190B (or 0x49190B) is unknown color: approx Brown Pod. HEX triplet: 49, 19 and 0B. RGB value is (73,25,11). Sum of RGB (Red+Green+Blue) = 73+25+11=109 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.97% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 73 - color contains mainly: red. Hex color #49190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49190B is #B6E6F4. Grayscale: #252525. Windows color (decimal): -11986677 or 727369. OLE color: 727369.

HSL color Cylindrical-coordinate representation of color #49190B: hue angle of 13.55º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49190B is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB732511-
CMYK00.660.850.71
HSL13.55º73.81%16.47%-
HSV(B)13.55º84.93%28.63%-
XYZ3.162.140.56-
YUV37.76112.9153.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 66.97%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=66.97%
G=22.94%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73251100.660.850.7113.5573.8116.47
Hex4919B0425547e4a10
Octal111311301021251071611220
Binary100100111001101101000010101010110001111110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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