#733432

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

Shades of Auburn #733432

Tints of Auburn #733432

Color information

#733432 (or 0x733432) is unknown color: approx Auburn. HEX triplet: 73, 34 and 32. RGB value is (115,52,50). Sum of RGB (Red+Green+Blue) = 115+52+50=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #733432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733432 is #8CCBCD. Grayscale: #464646. Windows color (decimal): -9227214 or 3290227. OLE color: 3290227.

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

Color convert

RGB1155250-
CMYK00.550.570.55
HSL1.85º39.39%32.35%-
HSV(B)1.85º56.52%45.1%-
XYZ8.876.333.77-
YUV70.61116.37159.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 52 (20.70% from 255) = 23.96%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=53.00%
G=23.96%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115525000.550.570.551.8539.3932.35
Hex733432037393722720
Octal1636462067716724740
Binary1110011110100110010011011111100111011110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733432; }

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

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

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

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

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

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

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

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