#4F1E0F

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

Shades of Brown Pod #4F1E0F

Tints of Brown Pod #4F1E0F

Color information

#4F1E0F (or 0x4F1E0F) is unknown color: approx Brown Pod. HEX triplet: 4F, 1E and 0F. RGB value is (79,30,15). Sum of RGB (Red+Green+Blue) = 79+30+15=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 30 (12.11% from 255 or 24.19% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1E0F is #B0E1F0. Grayscale: #2B2B2B. Windows color (decimal): -11592177 or 990799. OLE color: 990799.

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

Color convert

RGB793015-
CMYK00.620.810.69
HSL14.06º68.09%18.43%-
HSV(B)14.06º81.01%30.98%-
XYZ3.772.630.76-
YUV42.94112.23153.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 30 (12.11% from 255) = 24.19%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=63.71%
G=24.19%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79301500.620.810.6914.0668.0918.43
Hex4F1EF03E5145e4412
Octal11736170761211051610422
Binary10011111111011110111110101000110001011110100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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