#732725

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

Shades of Auburn #732725

Tints of Auburn #732725

Color information

#732725 (or 0x732725) is unknown color: approx Auburn. HEX triplet: 73, 27 and 25. RGB value is (115,39,37). Sum of RGB (Red+Green+Blue) = 115+39+37=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #732725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732725 is #8CD8DA. Grayscale: #3D3D3D. Windows color (decimal): -9230555 or 2434931. OLE color: 2434931.

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

Color convert

RGB1153937-
CMYK00.660.680.55
HSL1.54º51.32%29.8%-
HSV(B)1.54º67.83%45.1%-
XYZ8.135.232.33-
YUV61.5114.18166.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 37 (14.84% from 255) = 19.37%
R=60.21%
G=20.42%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115393700.660.680.551.5451.3229.8
Hex73272504244372331e
Octal163474501021046726336
Binary11100111001111001010100001010001001101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732725; }

 p { color: rgb(115,39,37); }

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

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

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

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

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

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

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