#722C25

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

Shades of Auburn #722C25

Tints of Auburn #722C25

Color information

#722C25 (or 0x722C25) is unknown color: approx Auburn. HEX triplet: 72, 2C and 25. RGB value is (114,44,37). Sum of RGB (Red+Green+Blue) = 114+44+37=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C25 is #8DD3DA. Grayscale: #404040. Windows color (decimal): -9294811 or 2436210. OLE color: 2436210.

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

Color convert

RGB1144437-
CMYK00.610.680.55
HSL5.45º50.99%29.61%-
HSV(B)5.45º67.54%44.71%-
XYZ8.175.512.38-
YUV64.13112.69163.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 37 (14.84% from 255) = 18.97%
R=58.46%
G=22.56%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114443700.610.680.555.4550.9929.61
Hex722C2503D44375331e
Octal16254450751046756336
Binary11100101011001001010111101100010011011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,44,37); }

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

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

 a { background-color: rgb(114,44,37); }

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

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

 span { border-color: rgb(114,44,37); }

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