#752A21

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

Shades of Auburn #752A21

Tints of Auburn #752A21

Color information

#752A21 (or 0x752A21) is unknown color: approx Auburn. HEX triplet: 75, 2A and 21. RGB value is (117,42,33). Sum of RGB (Red+Green+Blue) = 117+42+33=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #752A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A21 is #8AD5DE. Grayscale: #3F3F3F. Windows color (decimal): -9098719 or 2173557. OLE color: 2173557.

HSL color Cylindrical-coordinate representation of color #752A21: hue angle of 6.43º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752A21 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1174233-
CMYK00.640.720.54
HSL6.43º56%29.41%-
HSV(B)6.43º71.79%45.88%-
XYZ8.445.552.06-
YUV63.4110.85166.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 33 (13.28% from 255) = 17.19%
R=60.94%
G=21.88%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117423300.640.720.546.435629.41
Hex752A2104048366381d
Octal165524101001106667035
Binary111010110101010000101000000100100011011011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752A21; }

 p { color: rgb(117,42,33); }

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

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

 a { background-color: rgb(117,42,33); }

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

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

 span { border-color: rgb(117,42,33); }

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