#72322B

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

Shades of Auburn #72322B

Tints of Auburn #72322B

Color information

#72322B (or 0x72322B) is unknown color: approx Auburn. HEX triplet: 72, 32 and 2B. RGB value is (114,50,43). Sum of RGB (Red+Green+Blue) = 114+50+43=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #72322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72322B is #8DCDD4. Grayscale: #444444. Windows color (decimal): -9293269 or 2830962. OLE color: 2830962.

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

Color convert

RGB1145043-
CMYK00.560.620.55
HSL5.92º45.22%30.78%-
HSV(B)5.92º62.28%44.71%-
XYZ8.526.033-
YUV68.34113.7160.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 43 (17.19% from 255) = 20.77%
R=55.07%
G=24.15%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114504300.560.620.555.9245.2230.78
Hex72322B0383E3762d1f
Octal1626253070766765537
Binary1110010110010101011011100011111011011111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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