#733232

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

Shades of Auburn #733232

Tints of Auburn #733232

Color information

#733232 (or 0x733232) is unknown color: approx Auburn. HEX triplet: 73, 32 and 32. RGB value is (115,50,50). Sum of RGB (Red+Green+Blue) = 115+50+50=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #733232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733232 is #8CCDCD. Grayscale: #454545. Windows color (decimal): -9227726 or 3289715. OLE color: 3289715.

HSL color Cylindrical-coordinate representation of color #733232: hue angle of 0º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733232 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1155050-
CMYK00.570.570.55
HSL39.39%32.35%-
HSV(B)56.52%45.1%-
XYZ8.796.163.74-
YUV69.44117.03160.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=53.49%
G=23.26%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115505000.570.570.55039.3932.35
Hex733232039393702720
Octal1636262071716704740
Binary111001111001011001001110011110011101110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733232; }

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

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

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

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

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

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

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

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