#522A1D

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

Shades of Indian Tan #522A1D

Tints of Indian Tan #522A1D

Color information

#522A1D (or 0x522A1D) is unknown color: approx Indian Tan. HEX triplet: 52, 2A and 1D. RGB value is (82,42,29). Sum of RGB (Red+Green+Blue) = 82+42+29=153 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.59% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 82 - color contains mainly: red. Hex color #522A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A1D is #ADD5E2. Grayscale: #343434. Windows color (decimal): -11392483 or 1911378. OLE color: 1911378.

HSL color Cylindrical-coordinate representation of color #522A1D: hue angle of 14.72º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #522A1D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB824229-
CMYK00.490.650.68
HSL14.72º47.75%21.76%-
HSV(B)14.72º64.63%32.16%-
XYZ4.533.541.61-
YUV52.48114.75149.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.59%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=53.59%
G=27.45%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82422900.490.650.6814.7247.7521.76
Hex522A1D0314144f3016
Octal1225235061101104176026
Binary101001010101011101011000110000011000100111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522A1D; }

 p { color: rgb(82,42,29); }

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

<style>
 a { background-color: #522A1D; }

 a { background-color: rgb(82,42,29); }

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

<style>
 span { border-color: #522A1D; }

 span { border-color: rgb(82,42,29); }

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