#4F2A14

Color #4F2A14 Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #4F2A14

Tints of Indian Tan #4F2A14

Color information

#4F2A14 (or 0x4F2A14) is unknown color: approx Indian Tan. HEX triplet: 4F, 2A and 14. RGB value is (79,42,20). Sum of RGB (Red+Green+Blue) = 79+42+20=141 (18% of max value = 765). Red value is 79 (31.25% from 255 or 56.03% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2A14 is #B0D5EB. Grayscale: #323232. Windows color (decimal): -11589100 or 1321551. OLE color: 1321551.

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

Color convert

RGB794220-
CMYK00.470.750.69
HSL22.37º59.6%19.41%-
HSV(B)22.37º74.68%30.98%-
XYZ4.183.371.09-
YUV50.56110.76148.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 56.03%
GREEN value IS 42 (16.80% from 255) = 29.79%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=56.03%
G=29.79%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79422000.470.750.6922.3759.619.41
Hex4F2A1402F4B45163c13
Octal1175224057113105267423
Binary1001111101010101000101111100101110001011011011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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