#722B27

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

Shades of Auburn #722B27

Tints of Auburn #722B27

Color information

#722B27 (or 0x722B27) is unknown color: approx Auburn. HEX triplet: 72, 2B and 27. RGB value is (114,43,39). Sum of RGB (Red+Green+Blue) = 114+43+39=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B27 is #8DD4D8. Grayscale: #3F3F3F. Windows color (decimal): -9295065 or 2567026. OLE color: 2567026.

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

Color convert

RGB1144339-
CMYK00.620.660.55
HSL3.2º49.02%30%-
HSV(B)3.2º65.79%44.71%-
XYZ8.175.452.54-
YUV63.77114.02163.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=58.16%
G=21.94%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114433900.620.660.553.249.0230
Hex722B2703E42373311e
Octal16253470761026736136
Binary1110010101011100111011111010000101101111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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