#753532

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

Shades of Auburn #753532

Tints of Auburn #753532

Color information

#753532 (or 0x753532) is unknown color: approx Auburn. HEX triplet: 75, 35 and 32. RGB value is (117,53,50). Sum of RGB (Red+Green+Blue) = 117+53+50=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753532 is #8ACACD. Grayscale: #474747. Windows color (decimal): -9095886 or 3290485. OLE color: 3290485.

HSL color Cylindrical-coordinate representation of color #753532: hue angle of 2.69º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753532 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB1175350-
CMYK00.550.570.54
HSL2.69º40.12%32.75%-
HSV(B)2.69º57.26%45.88%-
XYZ9.186.563.8-
YUV71.79115.7160.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.18%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=53.18%
G=24.09%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117535000.550.570.542.6940.1232.75
Hex753532037393632821
Octal1656562067716635041
Binary1110101110101110010011011111100111011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753532; }

 p { color: rgb(117,53,50); }

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

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

 a { background-color: rgb(117,53,50); }

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

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

 span { border-color: rgb(117,53,50); }

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