#722B26

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

Shades of Auburn #722B26

Tints of Auburn #722B26

Color information

#722B26 (or 0x722B26) is unknown color: approx Auburn. HEX triplet: 72, 2B and 26. RGB value is (114,43,38). Sum of RGB (Red+Green+Blue) = 114+43+38=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B26 is #8DD4D9. Grayscale: #3F3F3F. Windows color (decimal): -9295066 or 2501490. OLE color: 2501490.

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

Color convert

RGB1144338-
CMYK00.620.670.55
HSL3.95º50%29.8%-
HSV(B)3.95º66.67%44.71%-
XYZ8.155.452.46-
YUV63.66113.52163.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=58.46%
G=22.05%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114433800.620.670.553.955029.8
Hex722B2603E43374321e
Octal16253460761036746236
Binary11100101010111001100111110100001111011110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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