Html Css Color HEX #73302C Auburn

📋 copy color: '#73302C'

red 115 ◦ green 48 ◦ blue 44

#73302C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Auburn #73302C

Tints of Auburn #73302C

RGB

 RED value IS 115 (45.31% from 255) = 55.56%

 GREEN value IS 48 (19.14% from 255) = 23.19%

 BLUE value IS 44 (17.58% from 255) = 21.26%

R = 55.56%
G = 23.19%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#73302C (or 0x73302C) is known color: Auburn. HEX triplet: 73, 30 and 2C. RGB value is (115,48,44). Sum of RGB (Red+Green+Blue) = 115+48+44=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #73302C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73302C is #8CCFD3. Grayscale: #434343. Windows color (decimal): -9228244 or 2895987. OLE color: 2895987.

HSL color Cylindrical-coordinate representation of color #73302C: hue angle of 3.38º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73302C is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 48 44 -
CMYK 0 0.58 0.62 0.55
HSL 3.38º 0.45% 0.31% -
HSV(B) 3.38º 0.62% 0.45% -
XYZ 8.58 5.94 3.08 -
YUV 67.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 115 48 44 0 0.58 0.62 0.55 3.38 0.45 0.31
Hex 73 30 2C 0 3A 3E 37 3 2D 1F
Octal 163 60 54 0 72 76 67 3 55 37
Binary 1110011 110000 101100 0 111010 111110 110111 11 101101 11111

Color Harmonies of #73302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73302C

Black with #73302C

Text Example


Text Example

White with #73302C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73302C;
 }
 .AnyTagClassName
 {
   color: #73302C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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