#732825

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

Shades of Auburn #732825

Tints of Auburn #732825

Color information

#732825 (or 0x732825) is unknown color: approx Auburn. HEX triplet: 73, 28 and 25. RGB value is (115,40,37). Sum of RGB (Red+Green+Blue) = 115+40+37=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #732825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732825 is #8CD7DA. Grayscale: #3E3E3E. Windows color (decimal): -9230299 or 2435187. OLE color: 2435187.

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

Color convert

RGB1154037-
CMYK00.650.680.55
HSL2.31º51.32%29.8%-
HSV(B)2.31º67.83%45.1%-
XYZ8.165.32.34-
YUV62.08113.85165.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 40 (16.02% from 255) = 20.83%
BLUE value IS 37 (14.84% from 255) = 19.27%
R=59.90%
G=20.83%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115403700.650.680.552.3151.3229.8
Hex73282504144372331e
Octal163504501011046726336
Binary11100111010001001010100000110001001101111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732825; }

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

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

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

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

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

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

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

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