#4F2D1D

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

Shades of Indian Tan #4F2D1D

Tints of Indian Tan #4F2D1D

Color information

#4F2D1D (or 0x4F2D1D) is unknown color: approx Indian Tan. HEX triplet: 4F, 2D and 1D. RGB value is (79,45,29). Sum of RGB (Red+Green+Blue) = 79+45+29=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D1D is #B0D2E2. Grayscale: #353535. Windows color (decimal): -11588323 or 1912143. OLE color: 1912143.

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

Color convert

RGB794529-
CMYK00.430.630.69
HSL19.2º46.3%21.18%-
HSV(B)19.2º63.29%30.98%-
XYZ4.383.631.63-
YUV53.34114.26146.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 51.63%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=51.63%
G=29.41%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79452900.430.630.6919.246.321.18
Hex4F2D1D02B3F45132e15
Octal117553505377105235625
Binary100111110110111101010101111111110001011001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,29); }

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

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

 a { background-color: rgb(79,45,29); }

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

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

 span { border-color: rgb(79,45,29); }

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