#532712

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

Shades of Indian Tan #532712

Tints of Indian Tan #532712

Color information

#532712 (or 0x532712) is unknown color: approx Indian Tan. HEX triplet: 53, 27 and 12. RGB value is (83,39,18). Sum of RGB (Red+Green+Blue) = 83+39+18=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #532712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532712 is #ACD8ED. Grayscale: #313131. Windows color (decimal): -11327726 or 1189715. OLE color: 1189715.

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

Color convert

RGB833918-
CMYK00.530.780.67
HSL19.38º64.36%19.8%-
HSV(B)19.38º78.31%32.55%-
XYZ4.43.330.98-
YUV49.76110.08151.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=59.29%
G=27.86%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83391800.530.780.6719.3864.3619.8
Hex5327120354E43134014
Octal12347220651161032310024
Binary10100111001111001001101011001110100001110011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532712; }

 p { color: rgb(83,39,18); }

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

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

 a { background-color: rgb(83,39,18); }

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

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

 span { border-color: rgb(83,39,18); }

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