#4F200C

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

Shades of Brown Pod #4F200C

Tints of Brown Pod #4F200C

Color information

#4F200C (or 0x4F200C) is unknown color: approx Brown Pod. HEX triplet: 4F, 20 and 0C. RGB value is (79,32,12). Sum of RGB (Red+Green+Blue) = 79+32+12=123 (16% of max value = 765). Red value is 79 (31.25% from 255 or 64.23% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 79 - color contains mainly: red. Hex color #4F200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F200C is #B0DFF3. Grayscale: #2B2B2B. Windows color (decimal): -11591668 or 794703. OLE color: 794703.

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

Color convert

RGB793212-
CMYK00.590.850.69
HSL17.91º73.63%17.84%-
HSV(B)17.91º84.81%30.98%-
XYZ3.812.720.67-
YUV43.77110.07153.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 64.23%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=64.23%
G=26.02%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79321200.590.850.6917.9173.6317.84
Hex4F20C03B5545124a12
Octal11740140731251052211222
Binary1001111100000110001110111010101100010110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,32,12); }

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

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

 a { background-color: rgb(79,32,12); }

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

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

 span { border-color: rgb(79,32,12); }

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