#75322C

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

Shades of Auburn #75322C

Tints of Auburn #75322C

Color information

#75322C (or 0x75322C) is unknown color: approx Auburn. HEX triplet: 75, 32 and 2C. RGB value is (117,50,44). Sum of RGB (Red+Green+Blue) = 117+50+44=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75322C is #8ACDD3. Grayscale: #454545. Windows color (decimal): -9096660 or 2896501. OLE color: 2896501.

HSL color Cylindrical-coordinate representation of color #75322C: hue angle of 4.93º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75322C is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1175044-
CMYK00.570.620.54
HSL4.93º45.34%31.57%-
HSV(B)4.93º62.39%45.88%-
XYZ8.936.243.12-
YUV69.35113.7161.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=55.45%
G=23.70%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117504400.570.620.544.9345.3431.57
Hex75322C0393E3652d20
Octal1656254071766655540
Binary11101011100101011000111001111110110110101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75322C; }

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

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

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

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

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

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

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

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