#722C2A

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

Shades of Auburn #722C2A

Tints of Auburn #722C2A

Color information

#722C2A (or 0x722C2A) is unknown color: approx Auburn. HEX triplet: 72, 2C and 2A. RGB value is (114,44,42). Sum of RGB (Red+Green+Blue) = 114+44+42=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 42 (16.80% from 255 or 21% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #722C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C2A is #8DD3D5. Grayscale: #404040. Windows color (decimal): -9294806 or 2763890. OLE color: 2763890.

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

Color convert

RGB1144442-
CMYK00.610.630.55
HSL1.67º46.15%30.59%-
HSV(B)1.67º63.16%44.71%-
XYZ8.265.552.83-
YUV64.7115.19163.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 42 (16.80% from 255) = 21%
R=57%
G=22%
B=21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114444200.610.630.551.6746.1530.59
Hex722C2A03D3F3722e1f
Octal1625452075776725637
Binary111001010110010101001111011111111101111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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