#4F1B06

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

Shades of Brown Pod #4F1B06

Tints of Brown Pod #4F1B06

Color information

#4F1B06 (or 0x4F1B06) is unknown color: approx Brown Pod. HEX triplet: 4F, 1B and 06. RGB value is (79,27,6). Sum of RGB (Red+Green+Blue) = 79+27+6=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 27 (10.94% from 255 or 24.11% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B06 is #B0E4F9. Grayscale: #282828. Windows color (decimal): -11592954 or 400207. OLE color: 400207.

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

Color convert

RGB79276-
CMYK00.660.920.69
HSL17.26º85.88%16.67%-
HSV(B)17.26º92.41%30.98%-
XYZ3.652.460.45-
YUV40.15108.73155.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 70.54%
GREEN value IS 27 (10.94% from 255) = 24.11%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=70.54%
G=24.11%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7927600.660.920.6917.2685.8816.67
Hex4F1B60425C45115611
Octal11733601021341052112621
Binary100111111011110010000101011100100010110001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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