#722723

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

Shades of Auburn #722723

Tints of Auburn #722723

Color information

#722723 (or 0x722723) is unknown color: approx Auburn. HEX triplet: 72, 27 and 23. RGB value is (114,39,35). Sum of RGB (Red+Green+Blue) = 114+39+35=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #722723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722723 is #8DD8DC. Grayscale: #3D3D3D. Windows color (decimal): -9296093 or 2303858. OLE color: 2303858.

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

Color convert

RGB1143935-
CMYK00.660.690.55
HSL3.04º53.02%29.22%-
HSV(B)3.04º69.3%44.71%-
XYZ7.975.152.16-
YUV60.97113.35165.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=60.64%
G=20.74%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114393500.660.690.553.0453.0229.22
Hex72272304245373351d
Octal162474301021056736535
Binary11100101001111000110100001010001011101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722723; }

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

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

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

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

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

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

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

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