Html Css Color HEX #722720 Auburn

📋 copy color: '#722720'

red 114 ◦ green 39 ◦ blue 32

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

Shades of Auburn #722720

Tints of Auburn #722720

RGB

 RED value IS 114 (44.92% from 255) = 61.62%

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 61.62%
G = 21.08%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#722720 (or 0x722720) is known color: Auburn. HEX triplet: 72, 27 and 20. RGB value is (114,39,32). Sum of RGB (Red+Green+Blue) = 114+39+32=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722720 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722720 is #8DD8DF. Grayscale: #3C3C3C. Windows color (decimal): -9296096 or 2107250. OLE color: 2107250.

HSL color Cylindrical-coordinate representation of color #722720: hue angle of 5.12º 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 #722720 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 32 -
CMYK 0 0.66 0.72 0.55
HSL 5.12º 0.56% 0.29% -
HSV(B) 5.12º 0.72% 0.45% -
XYZ 7.93 5.13 1.94 -
YUV 60.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 114 39 32 0 0.66 0.72 0.55 5.12 0.56 0.29
Hex 72 27 20 0 42 48 37 5 38 1D
Octal 162 47 40 0 102 110 67 5 70 35
Binary 1110010 100111 100000 0 1000010 1001000 110111 101 111000 11101

Color Harmonies of #722720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722720

Black with #722720

Text Example


Text Example

White with #722720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722720; }

 p { color: rgb(114,39,32); }

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

background-color css

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

 a { background-color: rgb(114,39,32); }

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

border-color css

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

 span { border-color: rgb(114,39,32); }

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