#4F2414

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

Shades of Indian Tan #4F2414

Tints of Indian Tan #4F2414

Color information

#4F2414 (or 0x4F2414) is unknown color: approx Indian Tan. HEX triplet: 4F, 24 and 14. RGB value is (79,36,20). Sum of RGB (Red+Green+Blue) = 79+36+20=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F2414 is #B0DBEB. Grayscale: #2F2F2F. Windows color (decimal): -11590636 or 1320015. OLE color: 1320015.

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

Color convert

RGB793620-
CMYK00.540.750.69
HSL16.27º59.6%19.41%-
HSV(B)16.27º74.68%30.98%-
XYZ3.982.971.03-
YUV47.03112.75150.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.52%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 20 (8.20% from 255) = 14.81%
R=58.52%
G=26.67%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79362000.540.750.6916.2759.619.41
Hex4F24140364B45103c13
Octal1174424066113105207423
Binary1001111100100101000110110100101110001011000011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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