#532614

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

Shades of Indian Tan #532614

Tints of Indian Tan #532614

Color information

#532614 (or 0x532614) is unknown color: approx Indian Tan. HEX triplet: 53, 26 and 14. RGB value is (83,38,20). Sum of RGB (Red+Green+Blue) = 83+38+20=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #532614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532614 is #ACD9EB. Grayscale: #313131. Windows color (decimal): -11327980 or 1320531. OLE color: 1320531.

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

Color convert

RGB833820-
CMYK00.540.760.67
HSL17.14º61.17%20.2%-
HSV(B)17.14º75.9%32.55%-
XYZ4.393.281.06-
YUV49.4111.41151.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=58.87%
G=26.95%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83382000.540.760.6717.1461.1720.2
Hex5326140364C43113d14
Octal1234624066114103217524
Binary1010011100110101000110110100110010000111000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532614; }

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

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

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

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

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

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

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

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