#4F1406

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

Shades of Brown Pod #4F1406

Tints of Brown Pod #4F1406

Color information

#4F1406 (or 0x4F1406) is unknown color: approx Brown Pod. HEX triplet: 4F, 14 and 06. RGB value is (79,20,6). Sum of RGB (Red+Green+Blue) = 79+20+6=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1406 is #B0EBF9. Grayscale: #242424. Windows color (decimal): -11594746 or 398415. OLE color: 398415.

HSL color Cylindrical-coordinate representation of color #4F1406: hue angle of 11.51º 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 #4F1406 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB79206-
CMYK00.750.920.69
HSL11.51º85.88%16.67%-
HSV(B)11.51º92.41%30.98%-
XYZ3.512.180.41-
YUV36.04111.05158.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 75.24%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 6 (2.73% from 255) = 5.71%
R=75.24%
G=19.05%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7920600.750.920.6911.5185.8816.67
Hex4F14604B5C45c5611
Octal11724601131341051412621
Binary10011111010011001001011101110010001011100101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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