#722B25

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

Shades of Auburn #722B25

Tints of Auburn #722B25

Color information

#722B25 (or 0x722B25) is unknown color: approx Auburn. HEX triplet: 72, 2B and 25. RGB value is (114,43,37). Sum of RGB (Red+Green+Blue) = 114+43+37=194 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.76% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 114 - color contains mainly: red. Hex color #722B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B25 is #8DD4DA. Grayscale: #3F3F3F. Windows color (decimal): -9295067 or 2435954. OLE color: 2435954.

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

Color convert

RGB1144337-
CMYK00.620.680.55
HSL4.68º50.99%29.61%-
HSV(B)4.68º67.54%44.71%-
XYZ8.145.442.37-
YUV63.54113.02163.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.76%
GREEN value IS 43 (17.19% from 255) = 22.16%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=58.76%
G=22.16%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114433700.620.680.554.6850.9929.61
Hex722B2503E44375331e
Octal16253450761046756336
Binary11100101010111001010111110100010011011110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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