#722F2B

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

Shades of Auburn #722F2B

Tints of Auburn #722F2B

Color information

#722F2B (or 0x722F2B) is unknown color: approx Auburn. HEX triplet: 72, 2F and 2B. RGB value is (114,47,43). Sum of RGB (Red+Green+Blue) = 114+47+43=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F2B is #8DD0D4. Grayscale: #424242. Windows color (decimal): -9294037 or 2830194. OLE color: 2830194.

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

Color convert

RGB1144743-
CMYK00.590.620.55
HSL3.38º45.22%30.78%-
HSV(B)3.38º62.28%44.71%-
XYZ8.395.782.96-
YUV66.58114.7161.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 43 (17.19% from 255) = 21.08%
R=55.88%
G=23.04%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114474300.590.620.553.3845.2230.78
Hex722F2B03B3E3732d1f
Octal1625753073766735537
Binary111001010111110101101110111111101101111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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