#4F352A

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

Shades of Indian Tan #4F352A

Tints of Indian Tan #4F352A

Color information

#4F352A (or 0x4F352A) is unknown color: approx Indian Tan. HEX triplet: 4F, 35 and 2A. RGB value is (79,53,42). Sum of RGB (Red+Green+Blue) = 79+53+42=174 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.40% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 79 - color contains mainly: red. Hex color #4F352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F352A is #B0CAD5. Grayscale: #3B3B3B. Windows color (decimal): -11586262 or 2766159. OLE color: 2766159.

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

Color convert

RGB795342-
CMYK00.330.470.69
HSL17.84º30.58%23.73%-
HSV(B)17.84º46.84%30.98%-
XYZ4.924.382.78-
YUV59.52118.11141.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.40%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=45.40%
G=30.46%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79534200.330.470.6917.8430.5823.73
Hex4F352A0212F45121f18
Octal117655204157105223730
Binary100111111010110101001000011011111000101100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,42); }

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

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

 a { background-color: rgb(79,53,42); }

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

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

 span { border-color: rgb(79,53,42); }

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