#753431

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

Shades of Auburn #753431

Tints of Auburn #753431

Color information

#753431 (or 0x753431) is unknown color: approx Auburn. HEX triplet: 75, 34 and 31. RGB value is (117,52,49). Sum of RGB (Red+Green+Blue) = 117+52+49=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753431 is #8ACBCE. Grayscale: #474747. Windows color (decimal): -9096143 or 3224693. OLE color: 3224693.

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

Color convert

RGB1175249-
CMYK00.560.580.54
HSL2.65º40.96%32.55%-
HSV(B)2.65º58.12%45.88%-
XYZ9.126.463.67-
YUV71.09115.53160.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 49 (19.53% from 255) = 22.48%
R=53.67%
G=23.85%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117524900.560.580.542.6540.9632.55
Hex7534310383A3632921
Octal1656461070726635141
Binary1110101110100110001011100011101011011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753431; }

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

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

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

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

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

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

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

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