#722926

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

Shades of Auburn #722926

Tints of Auburn #722926

Color information

#722926 (or 0x722926) is unknown color: approx Auburn. HEX triplet: 72, 29 and 26. RGB value is (114,41,38). Sum of RGB (Red+Green+Blue) = 114+41+38=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722926 is #8DD6D9. Grayscale: #3E3E3E. Windows color (decimal): -9295578 or 2500978. OLE color: 2500978.

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

Color convert

RGB1144138-
CMYK00.640.670.55
HSL2.37º50%29.8%-
HSV(B)2.37º66.67%44.71%-
XYZ8.085.32.43-
YUV62.48114.18164.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 38 (15.23% from 255) = 19.69%
R=59.07%
G=21.24%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114413800.640.670.552.375029.8
Hex72292604043372321e
Octal162514601001036726236
Binary11100101010011001100100000010000111101111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722926; }

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

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

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

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

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

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

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

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