#4F2F1B

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

Shades of Indian Tan #4F2F1B

Tints of Indian Tan #4F2F1B

Color information

#4F2F1B (or 0x4F2F1B) is unknown color: approx Indian Tan. HEX triplet: 4F, 2F and 1B. RGB value is (79,47,27). Sum of RGB (Red+Green+Blue) = 79+47+27=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F1B is #B0D0E4. Grayscale: #363636. Windows color (decimal): -11587813 or 1781583. OLE color: 1781583.

HSL color Cylindrical-coordinate representation of color #4F2F1B: hue angle of 23.08º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F2F1B is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB794727-
CMYK00.410.660.69
HSL23.08º49.06%20.78%-
HSV(B)23.08º65.82%30.98%-
XYZ4.443.771.53-
YUV54.29112.6145.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=51.63%
G=30.72%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79472700.410.660.6923.0849.0620.78
Hex4F2F1B0294245173115
Octal1175733051102105276125
Binary1001111101111110110101001100001010001011011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,27); }

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

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

 a { background-color: rgb(79,47,27); }

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

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

 span { border-color: rgb(79,47,27); }

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