#722827

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

Shades of Auburn #722827

Tints of Auburn #722827

Color information

#722827 (or 0x722827) is unknown color: approx Auburn. HEX triplet: 72, 28 and 27. RGB value is (114,40,39). Sum of RGB (Red+Green+Blue) = 114+40+39=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722827 is #8DD7D8. Grayscale: #3E3E3E. Windows color (decimal): -9295833 or 2566258. OLE color: 2566258.

HSL color Cylindrical-coordinate representation of color #722827: hue angle of 0.8º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722827 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1144039-
CMYK00.650.660.55
HSL0.8º49.02%30%-
HSV(B)0.8º65.79%44.71%-
XYZ8.065.242.51-
YUV62.01115.02165.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=59.07%
G=20.73%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114403900.650.660.550.849.0230
Hex72282704142371311e
Octal162504701011026716136
Binary1110010101000100111010000011000010110111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722827; }

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

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

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

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

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

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

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

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