#722A26

Color #722A26 Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #722A26

Tints of Auburn #722A26

Color information

#722A26 (or 0x722A26) is unknown color: approx Auburn. HEX triplet: 72, 2A and 26. RGB value is (114,42,38). Sum of RGB (Red+Green+Blue) = 114+42+38=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A26 is #8DD5D9. Grayscale: #3F3F3F. Windows color (decimal): -9295322 or 2501234. OLE color: 2501234.

HSL color Cylindrical-coordinate representation of color #722A26: hue angle of 3.16º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722A26 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1144238-
CMYK00.630.670.55
HSL3.16º50%29.8%-
HSV(B)3.16º66.67%44.71%-
XYZ8.125.372.44-
YUV63.07113.85164.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 38 (15.23% from 255) = 19.59%
R=58.76%
G=21.65%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114423800.630.670.553.165029.8
Hex722A2603F43373321e
Octal16252460771036736236
Binary1110010101010100110011111110000111101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722A26; }

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

 H1.HeaderClassName
 {
   color: #722A26;
 }
 .AnyTagClassName
 {
   color: #722A26;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #722A26;
 }
 .BgClassName
 {
   background-color: #722A26;
 }
</style>
border-color css

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

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

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