#4F1402

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

Shades of Brown Pod #4F1402

Tints of Brown Pod #4F1402

Color information

#4F1402 (or 0x4F1402) is unknown color: approx Brown Pod. HEX triplet: 4F, 14 and 02. RGB value is (79,20,2). Sum of RGB (Red+Green+Blue) = 79+20+2=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1402 is #B0EBFD. Grayscale: #232323. Windows color (decimal): -11594750 or 136271. OLE color: 136271.

HSL color Cylindrical-coordinate representation of color #4F1402: hue angle of 14.03º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F1402 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.69.

Color convert

RGB79202-
CMYK00.750.970.69
HSL14.03º95.06%15.88%-
HSV(B)14.03º97.47%30.98%-
XYZ3.492.170.29-
YUV35.59109.05158.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 78.22%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 2 (1.17% from 255) = 1.98%
R=78.22%
G=19.80%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7920200.750.970.6914.0395.0615.88
Hex4F14204B6145e5f10
Octal11724201131411051613720
Binary1001111101001001001011110000110001011110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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