Html Css Color HEX #732420 Auburn

📋 copy color: '#732420'

red 115 ◦ green 36 ◦ blue 32

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

Shades of Auburn #732420

Tints of Auburn #732420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

 BLUE value IS 32 (12.89% from 255) = 17.49%

R = 62.84%
G = 19.67%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#732420 (or 0x732420) is known color: Auburn. HEX triplet: 73, 24 and 20. RGB value is (115,36,32). Sum of RGB (Red+Green+Blue) = 115+36+32=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #732420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732420 is #8CDBDF. Grayscale: #3B3B3B. Windows color (decimal): -9231328 or 2106483. OLE color: 2106483.

HSL color Cylindrical-coordinate representation of color #732420: hue angle of 2.89º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #732420 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 32 -
CMYK 0 0.69 0.72 0.55
HSL 2.89º 0.56% 0.29% -
HSV(B) 2.89º 0.72% 0.45% -
XYZ 7.96 5.01 1.91 -
YUV 59.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 115 36 32 0 0.69 0.72 0.55 2.89 0.56 0.29
Hex 73 24 20 0 45 48 37 3 38 1D
Octal 163 44 40 0 105 110 67 3 70 35
Binary 1110011 100100 100000 0 1000101 1001000 110111 11 111000 11101

Color Harmonies of #732420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732420

Black with #732420

Text Example


Text Example

White with #732420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732420; }

 p { color: rgb(115,36,32); }

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

background-color css

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

 a { background-color: rgb(115,36,32); }

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

border-color css

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

 span { border-color: rgb(115,36,32); }

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