#72322C

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

Shades of Auburn #72322C

Tints of Auburn #72322C

Color information

#72322C (or 0x72322C) is unknown color: approx Auburn. HEX triplet: 72, 32 and 2C. RGB value is (114,50,44). Sum of RGB (Red+Green+Blue) = 114+50+44=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72322C is #8DCDD3. Grayscale: #444444. Windows color (decimal): -9293268 or 2896498. OLE color: 2896498.

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

Color convert

RGB1145044-
CMYK00.560.610.55
HSL5.14º44.3%30.98%-
HSV(B)5.14º61.4%44.71%-
XYZ8.536.043.1-
YUV68.45114.2160.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=54.81%
G=24.04%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114504400.560.610.555.1444.330.98
Hex72322C0383D3752c1f
Octal1626254070756755437
Binary1110010110010101100011100011110111011110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72322C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72322C; }

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

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

<style>
 a { background-color: #72322C; }

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

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

<style>
 span { border-color: #72322C; }

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

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