#722522

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

Shades of Auburn #722522

Tints of Auburn #722522

Color information

#722522 (or 0x722522) is unknown color: approx Auburn. HEX triplet: 72, 25 and 22. RGB value is (114,37,34). Sum of RGB (Red+Green+Blue) = 114+37+34=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722522 is #8DDADD. Grayscale: #3B3B3B. Windows color (decimal): -9296606 or 2237810. OLE color: 2237810.

HSL color Cylindrical-coordinate representation of color #722522: hue angle of 2.25º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #722522 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1143734-
CMYK00.680.700.55
HSL2.25º54.05%29.02%-
HSV(B)2.25º70.18%44.71%-
XYZ7.895.022.07-
YUV59.68113.51166.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=61.62%
G=20%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114373400.680.700.552.2554.0529.02
Hex72252204446372361d
Octal162454201041066726635
Binary11100101001011000100100010010001101101111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722522; }

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

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

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

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

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

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

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

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