#722A23

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

Shades of Auburn #722A23

Tints of Auburn #722A23

Color information

#722A23 (or 0x722A23) is unknown color: approx Auburn. HEX triplet: 72, 2A and 23. RGB value is (114,42,35). Sum of RGB (Red+Green+Blue) = 114+42+35=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #722A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A23 is #8DD5DC. Grayscale: #3E3E3E. Windows color (decimal): -9295325 or 2304626. OLE color: 2304626.

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

Color convert

RGB1144235-
CMYK00.630.690.55
HSL5.32º53.02%29.22%-
HSV(B)5.32º69.3%44.71%-
XYZ8.075.352.2-
YUV62.73112.35164.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.69%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 35 (14.06% from 255) = 18.32%
R=59.69%
G=21.99%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114423500.630.690.555.3253.0229.22
Hex722A2303F45375351d
Octal16252430771056756535
Binary11100101010101000110111111100010111011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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