#4F3020

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

Shades of Indian Tan #4F3020

Tints of Indian Tan #4F3020

Color information

#4F3020 (or 0x4F3020) is unknown color: approx Indian Tan. HEX triplet: 4F, 30 and 20. RGB value is (79,48,32). Sum of RGB (Red+Green+Blue) = 79+48+32=159 (21% of max value = 765). Red value is 79 (31.25% from 255 or 49.69% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3020 is #B0CFDF. Grayscale: #373737. Windows color (decimal): -11587552 or 2109519. OLE color: 2109519.

HSL color Cylindrical-coordinate representation of color #4F3020: hue angle of 20.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F3020 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB794832-
CMYK00.390.590.69
HSL20.43º42.34%21.76%-
HSV(B)20.43º59.49%30.98%-
XYZ4.543.881.88-
YUV55.44114.77144.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 49.69%
GREEN value IS 48 (19.14% from 255) = 30.19%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=49.69%
G=30.19%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79483200.390.590.6920.4342.3421.76
Hex4F30200273B45142a16
Octal117604004773105245226
Binary1001111110000100000010011111101110001011010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,48,32); }

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

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

 a { background-color: rgb(79,48,32); }

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

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

 span { border-color: rgb(79,48,32); }

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