#722523

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

Shades of Auburn #722523

Tints of Auburn #722523

Color information

#722523 (or 0x722523) is unknown color: approx Auburn. HEX triplet: 72, 25 and 23. RGB value is (114,37,35). Sum of RGB (Red+Green+Blue) = 114+37+35=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 35 (14.06% from 255 or 18.82% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #722523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722523 is #8DDADC. Grayscale: #3B3B3B. Windows color (decimal): -9296605 or 2303346. OLE color: 2303346.

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

Color convert

RGB1143735-
CMYK00.680.690.55
HSL1.52º53.02%29.22%-
HSV(B)1.52º69.3%44.71%-
XYZ7.95.022.14-
YUV59.79114.01166.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 35 (14.06% from 255) = 18.82%
R=61.29%
G=19.89%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114373500.680.690.551.5253.0229.22
Hex72252304445372351d
Octal162454301041056726535
Binary11100101001011000110100010010001011101111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722523; }

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

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

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

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

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

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

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

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