#75332C

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

Shades of Auburn #75332C

Tints of Auburn #75332C

Color information

#75332C (or 0x75332C) is unknown color: approx Auburn. HEX triplet: 75, 33 and 2C. RGB value is (117,51,44). Sum of RGB (Red+Green+Blue) = 117+51+44=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75332C is #8ACCD3. Grayscale: #464646. Windows color (decimal): -9096404 or 2896757. OLE color: 2896757.

HSL color Cylindrical-coordinate representation of color #75332C: hue angle of 5.75º 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 #75332C is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1175144-
CMYK00.560.620.54
HSL5.75º45.34%31.57%-
HSV(B)5.75º62.39%45.88%-
XYZ8.976.333.13-
YUV69.94113.37161.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=55.19%
G=24.06%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117514400.560.620.545.7545.3431.57
Hex75332C0383E3662d20
Octal1656354070766665540
Binary11101011100111011000111000111110110110110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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