#752C23

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

Shades of Auburn #752C23

Tints of Auburn #752C23

Color information

#752C23 (or 0x752C23) is unknown color: approx Auburn. HEX triplet: 75, 2C and 23. RGB value is (117,44,35). Sum of RGB (Red+Green+Blue) = 117+44+35=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 35 (14.06% from 255 or 17.86% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #752C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752C23 is #8AD3DC. Grayscale: #404040. Windows color (decimal): -9098205 or 2305141. OLE color: 2305141.

HSL color Cylindrical-coordinate representation of color #752C23: hue angle of 6.59º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752C23 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1174435-
CMYK00.620.700.54
HSL6.59º53.95%29.8%-
HSV(B)6.59º70.09%45.88%-
XYZ8.545.72.24-
YUV64.8111.18165.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 35 (14.06% from 255) = 17.86%
R=59.69%
G=22.45%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117443500.620.700.546.5953.9529.8
Hex752C2303E46367361e
Octal16554430761066676636
Binary11101011011001000110111110100011011011011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,44,35); }

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

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

 a { background-color: rgb(117,44,35); }

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

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

 span { border-color: rgb(117,44,35); }

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