#532612

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

Shades of Indian Tan #532612

Tints of Indian Tan #532612

Color information

#532612 (or 0x532612) is unknown color: approx Indian Tan. HEX triplet: 53, 26 and 12. RGB value is (83,38,18). Sum of RGB (Red+Green+Blue) = 83+38+18=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532612 is #ACD9ED. Grayscale: #313131. Windows color (decimal): -11327982 or 1189459. OLE color: 1189459.

HSL color Cylindrical-coordinate representation of color #532612: hue angle of 18.46º 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 #532612 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB833818-
CMYK00.540.780.67
HSL18.46º64.36%19.8%-
HSV(B)18.46º78.31%32.55%-
XYZ4.373.270.97-
YUV49.18110.41152.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=59.71%
G=27.34%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83381800.540.780.6718.4664.3619.8
Hex5326120364E43124014
Octal12346220661161032210024
Binary10100111001101001001101101001110100001110010100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532612; }

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

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

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

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

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

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

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

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