#722D2B

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

Shades of Auburn #722D2B

Tints of Auburn #722D2B

Color information

#722D2B (or 0x722D2B) is unknown color: approx Auburn. HEX triplet: 72, 2D and 2B. RGB value is (114,45,43). Sum of RGB (Red+Green+Blue) = 114+45+43=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D2B is #8DD2D4. Grayscale: #414141. Windows color (decimal): -9294549 or 2829682. OLE color: 2829682.

HSL color Cylindrical-coordinate representation of color #722D2B: hue angle of 1.69º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #722D2B is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB1144543-
CMYK00.610.620.55
HSL1.69º45.22%30.78%-
HSV(B)1.69º62.28%44.71%-
XYZ8.315.632.93-
YUV65.4115.36162.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 45 (17.97% from 255) = 22.28%
BLUE value IS 43 (17.19% from 255) = 21.29%
R=56.44%
G=22.28%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114454300.610.620.551.6945.2230.78
Hex722D2B03D3E3722d1f
Octal1625553075766725537
Binary111001010110110101101111011111101101111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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