#753129

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

Shades of Auburn #753129

Tints of Auburn #753129

Color information

#753129 (or 0x753129) is unknown color: approx Auburn. HEX triplet: 75, 31 and 29. RGB value is (117,49,41). Sum of RGB (Red+Green+Blue) = 117+49+41=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #753129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753129 is #8ACED6. Grayscale: #444444. Windows color (decimal): -9096919 or 2699637. OLE color: 2699637.

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

Color convert

RGB1174941-
CMYK00.580.650.54
HSL6.32º48.1%30.98%-
HSV(B)6.32º64.96%45.88%-
XYZ8.836.142.82-
YUV68.42112.53162.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 49 (19.53% from 255) = 23.67%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=56.52%
G=23.67%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117494100.580.650.546.3248.130.98
Hex75312903A41366301f
Octal16561510721016666037
Binary11101011100011010010111010100000111011011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753129; }

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

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

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

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

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

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

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

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