#73322D

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

Shades of Auburn #73322D

Tints of Auburn #73322D

Color information

#73322D (or 0x73322D) is unknown color: approx Auburn. HEX triplet: 73, 32 and 2D. RGB value is (115,50,45). Sum of RGB (Red+Green+Blue) = 115+50+45=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73322D is #8CCDD2. Grayscale: #444444. Windows color (decimal): -9227731 or 2962035. OLE color: 2962035.

HSL color Cylindrical-coordinate representation of color #73322D: hue angle of 4.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73322D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1155045-
CMYK00.570.610.55
HSL4.29º43.75%31.37%-
HSV(B)4.29º60.87%45.1%-
XYZ8.686.123.21-
YUV68.86114.53160.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 50 (19.92% from 255) = 23.81%
BLUE value IS 45 (17.97% from 255) = 21.43%
R=54.76%
G=23.81%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115504500.570.610.554.2943.7531.37
Hex73322D0393D3742c1f
Octal1636255071756745437
Binary1110011110010101101011100111110111011110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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