#532413

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

Shades of Indian Tan #532413

Tints of Indian Tan #532413

Color information

#532413 (or 0x532413) is unknown color: approx Indian Tan. HEX triplet: 53, 24 and 13. RGB value is (83,36,19). Sum of RGB (Red+Green+Blue) = 83+36+19=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #532413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532413 is #ACDBEC. Grayscale: #303030. Windows color (decimal): -11328493 or 1254483. OLE color: 1254483.

HSL color Cylindrical-coordinate representation of color #532413: hue angle of 15.94º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532413 is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB833619-
CMYK00.570.770.67
HSL15.94º62.75%20%-
HSV(B)15.94º77.11%32.55%-
XYZ4.323.151-
YUV48.11111.57152.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=60.14%
G=26.09%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83361900.570.770.6715.9462.7520
Hex5324130394D43103f14
Octal1234423071115103207724
Binary1010011100100100110111001100110110000111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532413; }

 p { color: rgb(83,36,19); }

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

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

 a { background-color: rgb(83,36,19); }

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

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

 span { border-color: rgb(83,36,19); }

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