#732927

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

Shades of Auburn #732927

Tints of Auburn #732927

Color information

#732927 (or 0x732927) is unknown color: approx Auburn. HEX triplet: 73, 29 and 27. RGB value is (115,41,39). Sum of RGB (Red+Green+Blue) = 115+41+39=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #732927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732927 is #8CD6D8. Grayscale: #3E3E3E. Windows color (decimal): -9230041 or 2566515. OLE color: 2566515.

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

Color convert

RGB1154139-
CMYK00.640.660.55
HSL1.58º49.35%30.2%-
HSV(B)1.58º66.09%45.1%-
XYZ8.235.382.52-
YUV62.9114.52165.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 39 (15.62% from 255) = 20%
R=58.97%
G=21.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115413900.640.660.551.5849.3530.2
Hex73292704042372311e
Octal163514701001026726136
Binary11100111010011001110100000010000101101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732927; }

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

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

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

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

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

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

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

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