#753531

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

Shades of Auburn #753531

Tints of Auburn #753531

Color information

#753531 (or 0x753531) is unknown color: approx Auburn. HEX triplet: 75, 35 and 31. RGB value is (117,53,49). Sum of RGB (Red+Green+Blue) = 117+53+49=219 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.42% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 117 - color contains mainly: red. Hex color #753531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753531 is #8ACACE. Grayscale: #474747. Windows color (decimal): -9095887 or 3224949. OLE color: 3224949.

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

Color convert

RGB1175349-
CMYK00.550.580.54
HSL3.53º40.96%32.55%-
HSV(B)3.53º58.12%45.88%-
XYZ9.166.553.69-
YUV71.68115.2160.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.42%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=53.42%
G=24.20%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117534900.550.580.543.5340.9632.55
Hex7535310373A3642921
Octal1656561067726645141
Binary11101011101011100010110111111010110110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753531; }

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

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

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

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

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

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

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

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