#4F200E

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

Shades of Brown Pod #4F200E

Tints of Brown Pod #4F200E

Color information

#4F200E (or 0x4F200E) is unknown color: approx Brown Pod. HEX triplet: 4F, 20 and 0E. RGB value is (79,32,14). Sum of RGB (Red+Green+Blue) = 79+32+14=125 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 79 - color contains mainly: red. Hex color #4F200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F200E is #B0DFF1. Grayscale: #2C2C2C. Windows color (decimal): -11591666 or 925775. OLE color: 925775.

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

Color convert

RGB793214-
CMYK00.590.820.69
HSL16.62º69.89%18.24%-
HSV(B)16.62º82.28%30.98%-
XYZ3.822.730.74-
YUV44111.07152.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.2%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=63.2%
G=25.6%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79321400.590.820.6916.6269.8918.24
Hex4F20E03B5245114612
Octal11740160731221052110622
Binary1001111100000111001110111010010100010110001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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