#532410

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

Shades of Indian Tan #532410

Tints of Indian Tan #532410

Color information

#532410 (or 0x532410) is unknown color: approx Indian Tan. HEX triplet: 53, 24 and 10. RGB value is (83,36,16). Sum of RGB (Red+Green+Blue) = 83+36+16=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #532410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532410 is #ACDBEF. Grayscale: #2F2F2F. Windows color (decimal): -11328496 or 1057875. OLE color: 1057875.

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

Color convert

RGB833616-
CMYK00.570.810.67
HSL17.91º67.68%19.41%-
HSV(B)17.91º80.72%32.55%-
XYZ4.293.140.87-
YUV47.77110.07153.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.48%
GREEN value IS 36 (14.45% from 255) = 26.67%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=61.48%
G=26.67%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83361600.570.810.6717.9167.6819.41
Hex5324100395143124413
Octal12344200711211032210423
Binary10100111001001000001110011010001100001110010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532410; }

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

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

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

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

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

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

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

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