#4F1F0B

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

Shades of Brown Pod #4F1F0B

Tints of Brown Pod #4F1F0B

Color information

#4F1F0B (or 0x4F1F0B) is unknown color: approx Brown Pod. HEX triplet: 4F, 1F and 0B. RGB value is (79,31,11). Sum of RGB (Red+Green+Blue) = 79+31+11=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1F0B is #B0E0F4. Grayscale: #2B2B2B. Windows color (decimal): -11591925 or 728911. OLE color: 728911.

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

Color convert

RGB793111-
CMYK00.610.860.69
HSL17.65º75.56%17.65%-
HSV(B)17.65º86.08%30.98%-
XYZ3.772.670.63-
YUV43.07109.9153.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 65.29%
GREEN value IS 31 (12.5% from 255) = 25.62%
BLUE value IS 11 (4.69% from 255) = 9.09%
R=65.29%
G=25.62%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79311100.610.860.6917.6575.5617.65
Hex4F1FB03D5645124c12
Octal11737130751261052211422
Binary100111111111101101111011010110100010110010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,31,11); }

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

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

 a { background-color: rgb(79,31,11); }

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

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

 span { border-color: rgb(79,31,11); }

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