#75322D

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

Shades of Auburn #75322D

Tints of Auburn #75322D

Color information

#75322D (or 0x75322D) is unknown color: approx Auburn. HEX triplet: 75, 32 and 2D. RGB value is (117,50,45). Sum of RGB (Red+Green+Blue) = 117+50+45=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75322D is #8ACDD2. Grayscale: #454545. Windows color (decimal): -9096659 or 2962037. OLE color: 2962037.

HSL color Cylindrical-coordinate representation of color #75322D: hue angle of 4.17º degrees, saturation: 0.44, 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 #75322D is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1175045-
CMYK00.570.620.54
HSL4.17º44.44%31.76%-
HSV(B)4.17º61.54%45.88%-
XYZ8.956.253.22-
YUV69.46114.2161.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 45 (17.97% from 255) = 21.23%
R=55.19%
G=23.58%
B=21.23%

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
Decimal117504500.570.620.544.1744.4431.76
Hex75322D0393E3642c20
Octal1656255071766645440
Binary11101011100101011010111001111110110110100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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