#4F3428

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

Shades of Indian Tan #4F3428

Tints of Indian Tan #4F3428

Color information

#4F3428 (or 0x4F3428) is unknown color: approx Indian Tan. HEX triplet: 4F, 34 and 28. RGB value is (79,52,40). Sum of RGB (Red+Green+Blue) = 79+52+40=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3428 is #B0CBD7. Grayscale: #3A3A3A. Windows color (decimal): -11586520 or 2634831. OLE color: 2634831.

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

Color convert

RGB795240-
CMYK00.340.490.69
HSL18.46º32.77%23.33%-
HSV(B)18.46º49.37%30.98%-
XYZ4.844.272.58-
YUV58.7117.45142.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 46.20%
GREEN value IS 52 (20.70% from 255) = 30.41%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=46.20%
G=30.41%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79524000.340.490.6918.4632.7723.33
Hex4F34280223145122117
Octal117645004261105224127
Binary1001111110100101000010001011000110001011001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,40); }

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

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

 a { background-color: rgb(79,52,40); }

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

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

 span { border-color: rgb(79,52,40); }

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