#752F27

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

Shades of Auburn #752F27

Tints of Auburn #752F27

Color information

#752F27 (or 0x752F27) is unknown color: approx Auburn. HEX triplet: 75, 2F and 27. RGB value is (117,47,39). Sum of RGB (Red+Green+Blue) = 117+47+39=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #752F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F27 is #8AD0D8. Grayscale: #434343. Windows color (decimal): -9097433 or 2568053. OLE color: 2568053.

HSL color Cylindrical-coordinate representation of color #752F27: hue angle of 6.15º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752F27 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1174739-
CMYK00.600.670.54
HSL6.15º50%30.59%-
HSV(B)6.15º66.67%45.88%-
XYZ8.725.962.61-
YUV67.02112.19163.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.64%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=57.64%
G=23.15%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117473900.600.670.546.155030.59
Hex752F2703C43366321f
Octal16557470741036666237
Binary11101011011111001110111100100001111011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,47,39); }

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

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

 a { background-color: rgb(117,47,39); }

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

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

 span { border-color: rgb(117,47,39); }

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