Html Css Color HEX #722722 Auburn

📋 copy color: '#722722'

red 114 ◦ green 39 ◦ blue 34

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

Shades of Auburn #722722

Tints of Auburn #722722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 60.96%
G = 20.86%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#722722 (or 0x722722) is known color: Auburn. HEX triplet: 72, 27 and 22. RGB value is (114,39,34). Sum of RGB (Red+Green+Blue) = 114+39+34=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #722722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722722 is #8DD8DD. Grayscale: #3C3C3C. Windows color (decimal): -9296094 or 2238322. OLE color: 2238322.

HSL color Cylindrical-coordinate representation of color #722722: hue angle of 3.75º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722722 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 39 34 -
CMYK 0 0.66 0.70 0.55
HSL 3.75º 0.54% 0.29% -
HSV(B) 3.75º 0.7% 0.45% -
XYZ 7.95 5.14 2.09 -
YUV 60.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 114 39 34 0 0.66 0.70 0.55 3.75 0.54 0.29
Hex 72 27 22 0 42 46 37 4 36 1D
Octal 162 47 42 0 102 106 67 4 66 35
Binary 1110010 100111 100010 0 1000010 1000110 110111 100 110110 11101

Color Harmonies of #722722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722722

Black with #722722

Text Example


Text Example

White with #722722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722722; }

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

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

background-color css

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

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

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

border-color css

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

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

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