#732C2C

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

Shades of Auburn #732C2C

Tints of Auburn #732C2C

Color information

#732C2C (or 0x732C2C) is unknown color: approx Auburn. HEX triplet: 73, 2C and 2C. RGB value is (115,44,44). Sum of RGB (Red+Green+Blue) = 115+44+44=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C2C is #8CD3D3. Grayscale: #414141. Windows color (decimal): -9229268 or 2894963. OLE color: 2894963.

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

Color convert

RGB1154444-
CMYK00.620.620.55
HSL44.65%31.18%-
HSV(B)61.74%45.1%-
XYZ8.435.633.03-
YUV65.23116.02163.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 44 (17.58% from 255) = 21.67%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=56.65%
G=21.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115444400.620.620.55044.6531.18
Hex732C2C03E3E3702d1f
Octal1635454076766705537
Binary11100111011001011000111110111110110111010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732C2C; }

 p { color: rgb(115,44,44); }

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

<style>
 a { background-color: #732C2C; }

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

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

<style>
 span { border-color: #732C2C; }

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

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