#732925

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

Shades of Auburn #732925

Tints of Auburn #732925

Color information

#732925 (or 0x732925) is unknown color: approx Auburn. HEX triplet: 73, 29 and 25. RGB value is (115,41,37). Sum of RGB (Red+Green+Blue) = 115+41+37=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #732925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732925 is #8CD6DA. Grayscale: #3E3E3E. Windows color (decimal): -9230043 or 2435443. OLE color: 2435443.

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

Color convert

RGB1154137-
CMYK00.640.680.55
HSL3.08º51.32%29.8%-
HSV(B)3.08º67.83%45.1%-
XYZ8.25.362.35-
YUV62.67113.52165.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 37 (14.84% from 255) = 19.17%
R=59.59%
G=21.24%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115413700.640.680.553.0851.3229.8
Hex73292504044373331e
Octal163514501001046736336
Binary11100111010011001010100000010001001101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732925; }

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

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

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

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

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

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

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

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