#4F190B

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

Shades of Brown Pod #4F190B

Tints of Brown Pod #4F190B

Color information

#4F190B (or 0x4F190B) is unknown color: approx Brown Pod. HEX triplet: 4F, 19 and 0B. RGB value is (79,25,11). Sum of RGB (Red+Green+Blue) = 79+25+11=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F190B is #B0E6F4. Grayscale: #272727. Windows color (decimal): -11593461 or 727375. OLE color: 727375.

HSL color Cylindrical-coordinate representation of color #4F190B: hue angle of 12.35º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F190B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB792511-
CMYK00.680.860.69
HSL12.35º75.56%17.65%-
HSV(B)12.35º86.08%30.98%-
XYZ3.632.380.58-
YUV39.55111.89156.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 68.70%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 11 (4.69% from 255) = 9.57%
R=68.70%
G=21.74%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79251100.680.860.6912.3575.5617.65
Hex4F19B0445645c4c12
Octal117311301041261051411422
Binary100111111001101101000100101011010001011100100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F190B; }

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

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

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

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

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

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

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

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