#532C19

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

Shades of Indian Tan #532C19

Tints of Indian Tan #532C19

Color information

#532C19 (or 0x532C19) is unknown color: approx Indian Tan. HEX triplet: 53, 2C and 19. RGB value is (83,44,25). Sum of RGB (Red+Green+Blue) = 83+44+25=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C19 is #ACD3E6. Grayscale: #353535. Windows color (decimal): -11326439 or 1649747. OLE color: 1649747.

HSL color Cylindrical-coordinate representation of color #532C19: hue angle of 19.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #532C19 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB834425-
CMYK00.470.700.67
HSL19.66º53.7%21.18%-
HSV(B)19.66º69.88%32.55%-
XYZ4.643.711.39-
YUV53.5111.92149.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 25 (10.16% from 255) = 16.45%
R=54.61%
G=28.95%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83442500.470.700.6719.6653.721.18
Hex532C1902F4643143615
Octal1235431057106103246625
Binary1010011101100110010101111100011010000111010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532C19; }

 p { color: rgb(83,44,25); }

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

<style>
 a { background-color: #532C19; }

 a { background-color: rgb(83,44,25); }

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

<style>
 span { border-color: #532C19; }

 span { border-color: rgb(83,44,25); }

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