Html Css Color HEX #722620 Auburn

📋 copy color: '#722620'

red 114 ◦ green 38 ◦ blue 32

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

Shades of Auburn #722620

Tints of Auburn #722620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.65%

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

R = 61.96%
G = 20.65%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#722620 (or 0x722620) is known color: Auburn. HEX triplet: 72, 26 and 20. RGB value is (114,38,32). Sum of RGB (Red+Green+Blue) = 114+38+32=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722620 is #8DD9DF. Grayscale: #3C3C3C. Windows color (decimal): -9296352 or 2106994. OLE color: 2106994.

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

Color convert

RGB 114 38 32 -
CMYK 0 0.67 0.72 0.55
HSL 4.39º 0.56% 0.29% -
HSV(B) 4.39º 0.72% 0.45% -
XYZ 7.89 5.07 1.93 -
YUV 60.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 114 38 32 0 0.67 0.72 0.55 4.39 0.56 0.29
Hex 72 26 20 0 43 48 37 4 38 1D
Octal 162 46 40 0 103 110 67 4 70 35
Binary 1110010 100110 100000 0 1000011 1001000 110111 100 111000 11101

Color Harmonies of #722620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722620

Black with #722620

Text Example


Text Example

White with #722620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722620; }

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

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

background-color css

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

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

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

border-color css

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

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

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