#722423

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

Shades of Auburn #722423

Tints of Auburn #722423

Color information

#722423 (or 0x722423) is unknown color: approx Auburn. HEX triplet: 72, 24 and 23. RGB value is (114,36,35). Sum of RGB (Red+Green+Blue) = 114+36+35=185 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.62% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 114 - color contains mainly: red. Hex color #722423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722423 is #8DDBDC. Grayscale: #3B3B3B. Windows color (decimal): -9296861 or 2303090. OLE color: 2303090.

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

Color convert

RGB1143635-
CMYK00.680.690.55
HSL0.76º53.02%29.22%-
HSV(B)0.76º69.3%44.71%-
XYZ7.874.962.13-
YUV59.21114.34167.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.62%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 35 (14.06% from 255) = 18.92%
R=61.62%
G=19.46%
B=18.92%

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
Decimal114363500.680.690.550.7653.0229.22
Hex72242304445371351d
Octal162444301041056716535
Binary1110010100100100011010001001000101110111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722423; }

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

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

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

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

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

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

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

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