#73302D

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

Shades of Auburn #73302D

Tints of Auburn #73302D

Color information

#73302D (or 0x73302D) is unknown color: approx Auburn. HEX triplet: 73, 30 and 2D. RGB value is (115,48,45). Sum of RGB (Red+Green+Blue) = 115+48+45=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73302D is #8CCFD2. Grayscale: #434343. Windows color (decimal): -9228243 or 2961523. OLE color: 2961523.

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

Color convert

RGB1154845-
CMYK00.580.610.55
HSL2.57º43.75%31.37%-
HSV(B)2.57º60.87%45.1%-
XYZ8.65.953.18-
YUV67.69115.2161.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.29%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=55.29%
G=23.08%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115484500.580.610.552.5743.7531.37
Hex73302D03A3D3732c1f
Octal1636055072756735437
Binary111001111000010110101110101111011101111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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