#522B1D

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

Shades of Indian Tan #522B1D

Tints of Indian Tan #522B1D

Color information

#522B1D (or 0x522B1D) is unknown color: approx Indian Tan. HEX triplet: 52, 2B and 1D. RGB value is (82,43,29). Sum of RGB (Red+Green+Blue) = 82+43+29=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #522B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522B1D is #ADD4E2. Grayscale: #353535. Windows color (decimal): -11392227 or 1911634. OLE color: 1911634.

HSL color Cylindrical-coordinate representation of color #522B1D: hue angle of 15.85º 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 #522B1D is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB824329-
CMYK00.480.650.68
HSL15.85º47.75%21.76%-
HSV(B)15.85º64.63%32.16%-
XYZ4.573.611.62-
YUV53.06114.42148.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 53.25%
GREEN value IS 43 (17.19% from 255) = 27.92%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=53.25%
G=27.92%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82432900.480.650.6815.8547.7521.76
Hex522B1D0304144103016
Octal1225335060101104206026
Binary1010010101011111010110000100000110001001000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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