Html Css Color HEX #722922 Auburn

📋 copy color: '#722922'

red 114 ◦ green 41 ◦ blue 34

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

Shades of Auburn #722922

Tints of Auburn #722922

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

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

R = 60.32%
G = 21.69%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#722922 (or 0x722922) is known color: Auburn. HEX triplet: 72, 29 and 22. RGB value is (114,41,34). Sum of RGB (Red+Green+Blue) = 114+41+34=189 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60.32% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 34 (13.67% from 255 or 17.99% from 189); Max value from RGB is 114 - color contains mainly: red. Hex color #722922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722922 is #8DD6DD. Grayscale: #3E3E3E. Windows color (decimal): -9295582 or 2238834. OLE color: 2238834.

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

Color convert

RGB 114 41 34 -
CMYK 0 0.64 0.70 0.55
HSL 5.25º 0.54% 0.29% -
HSV(B) 5.25º 0.7% 0.45% -
XYZ 8.02 5.28 2.11 -
YUV 62.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 114 41 34 0 0.64 0.70 0.55 5.25 0.54 0.29
Hex 72 29 22 0 40 46 37 5 36 1D
Octal 162 51 42 0 100 106 67 5 66 35
Binary 1110010 101001 100010 0 1000000 1000110 110111 101 110110 11101

Color Harmonies of #722922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722922

Black with #722922

Text Example


Text Example

White with #722922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722922; }

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

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

background-color css

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

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

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

border-color css

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

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

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