#732C28

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

Shades of Auburn #732C28

Tints of Auburn #732C28

Color information

#732C28 (or 0x732C28) is unknown color: approx Auburn. HEX triplet: 73, 2C and 28. RGB value is (115,44,40). Sum of RGB (Red+Green+Blue) = 115+44+40=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C28 is #8CD3D7. Grayscale: #404040. Windows color (decimal): -9229272 or 2632819. OLE color: 2632819.

HSL color Cylindrical-coordinate representation of color #732C28: hue angle of 3.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732C28 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1154440-
CMYK00.620.650.55
HSL3.2º48.39%30.39%-
HSV(B)3.2º65.22%45.1%-
XYZ8.355.62.65-
YUV64.77114.02163.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=57.79%
G=22.11%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115444000.620.650.553.248.3930.39
Hex732C2803E41373301e
Octal16354500761016736036
Binary1110011101100101000011111010000011101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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