#73312D

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

Shades of Auburn #73312D

Tints of Auburn #73312D

Color information

#73312D (or 0x73312D) is unknown color: approx Auburn. HEX triplet: 73, 31 and 2D. RGB value is (115,49,45). Sum of RGB (Red+Green+Blue) = 115+49+45=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73312D is #8CCED2. Grayscale: #444444. Windows color (decimal): -9227987 or 2961779. OLE color: 2961779.

HSL color Cylindrical-coordinate representation of color #73312D: hue angle of 3.43º 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 #73312D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1154945-
CMYK00.570.610.55
HSL3.43º43.75%31.37%-
HSV(B)3.43º60.87%45.1%-
XYZ8.646.033.19-
YUV68.28114.87161.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 45 (17.97% from 255) = 21.53%
R=55.02%
G=23.44%
B=21.53%

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
Decimal115494500.570.610.553.4343.7531.37
Hex73312D0393D3732c1f
Octal1636155071756735437
Binary111001111000110110101110011111011101111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73312D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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