#733332

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

Shades of Auburn #733332

Tints of Auburn #733332

Color information

#733332 (or 0x733332) is unknown color: approx Auburn. HEX triplet: 73, 33 and 32. RGB value is (115,51,50). Sum of RGB (Red+Green+Blue) = 115+51+50=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #733332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733332 is #8CCCCD. Grayscale: #464646. Windows color (decimal): -9227470 or 3289971. OLE color: 3289971.

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

Color convert

RGB1155150-
CMYK00.560.570.55
HSL0.92º39.39%32.35%-
HSV(B)0.92º56.52%45.1%-
XYZ8.836.243.76-
YUV70.02116.7160.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=53.24%
G=23.61%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115515000.560.570.550.9239.3932.35
Hex733332038393712720
Octal1636362070716714740
Binary111001111001111001001110001110011101111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733332; }

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

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

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

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

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

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

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

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