#4F1E06

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

Shades of Brown Pod #4F1E06

Tints of Brown Pod #4F1E06

Color information

#4F1E06 (or 0x4F1E06) is unknown color: approx Brown Pod. HEX triplet: 4F, 1E and 06. RGB value is (79,30,6). Sum of RGB (Red+Green+Blue) = 79+30+6=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E06 is #B0E1F9. Grayscale: #2A2A2A. Windows color (decimal): -11592186 or 400975. OLE color: 400975.

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

Color convert

RGB79306-
CMYK00.620.920.69
HSL19.73º85.88%16.67%-
HSV(B)19.73º92.41%30.98%-
XYZ3.722.60.48-
YUV41.91107.73154.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 68.70%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=68.70%
G=26.09%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7930600.620.920.6919.7385.8816.67
Hex4F1E603E5C45145611
Octal1173660761341052412621
Binary10011111111011001111101011100100010110100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,6); }

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

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

 a { background-color: rgb(79,30,6); }

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

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

 span { border-color: rgb(79,30,6); }

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