#722A25

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

Shades of Auburn #722A25

Tints of Auburn #722A25

Color information

#722A25 (or 0x722A25) is unknown color: approx Auburn. HEX triplet: 72, 2A and 25. RGB value is (114,42,37). Sum of RGB (Red+Green+Blue) = 114+42+37=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A25 is #8DD5DA. Grayscale: #3F3F3F. Windows color (decimal): -9295323 or 2435698. OLE color: 2435698.

HSL color Cylindrical-coordinate representation of color #722A25: hue angle of 3.9º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722A25 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1144237-
CMYK00.630.680.55
HSL3.9º50.99%29.61%-
HSV(B)3.9º67.54%44.71%-
XYZ8.15.372.36-
YUV62.96113.35164.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=59.07%
G=21.76%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114423700.630.680.553.950.9929.61
Hex722A2503F44374331e
Octal16252450771046746336
Binary11100101010101001010111111100010011011110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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