#73312A

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

Shades of Auburn #73312A

Tints of Auburn #73312A

Color information

#73312A (or 0x73312A) is unknown color: approx Auburn. HEX triplet: 73, 31 and 2A. RGB value is (115,49,42). Sum of RGB (Red+Green+Blue) = 115+49+42=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #73312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73312A is #8CCED5. Grayscale: #444444. Windows color (decimal): -9227990 or 2765171. OLE color: 2765171.

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

Color convert

RGB1154942-
CMYK00.570.630.55
HSL5.75º46.5%30.78%-
HSV(B)5.75º63.48%45.1%-
XYZ8.596.012.9-
YUV67.94113.37161.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 42 (16.80% from 255) = 20.39%
R=55.83%
G=23.79%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115494200.570.630.555.7546.530.78
Hex73312A0393F3762e1f
Octal1636152071776765637
Binary1110011110001101010011100111111111011111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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