#722726

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

Shades of Auburn #722726

Tints of Auburn #722726

Color information

#722726 (or 0x722726) is unknown color: approx Auburn. HEX triplet: 72, 27 and 26. RGB value is (114,39,38). Sum of RGB (Red+Green+Blue) = 114+39+38=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722726 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722726 is #8DD8D9. Grayscale: #3D3D3D. Windows color (decimal): -9296090 or 2500466. OLE color: 2500466.

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

Color convert

RGB1143938-
CMYK00.660.670.55
HSL0.79º50%29.8%-
HSV(B)0.79º66.67%44.71%-
XYZ8.015.172.41-
YUV61.31114.85165.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=59.69%
G=20.42%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114393800.660.670.550.795029.8
Hex72272604243371321e
Octal162474601021036716236
Binary1110010100111100110010000101000011110111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722726; }

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

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

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

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

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

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

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

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