#732724

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

Shades of Auburn #732724

Tints of Auburn #732724

Color information

#732724 (or 0x732724) is unknown color: approx Auburn. HEX triplet: 73, 27 and 24. RGB value is (115,39,36). Sum of RGB (Red+Green+Blue) = 115+39+36=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #732724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732724 is #8CD8DB. Grayscale: #3D3D3D. Windows color (decimal): -9230556 or 2369395. OLE color: 2369395.

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

Color convert

RGB1153936-
CMYK00.660.690.55
HSL2.28º52.32%29.61%-
HSV(B)2.28º68.7%45.1%-
XYZ8.115.222.25-
YUV61.38113.68166.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 39 (15.62% from 255) = 20.53%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=60.53%
G=20.53%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115393600.660.690.552.2852.3229.61
Hex73272404245372341e
Octal163474401021056726436
Binary11100111001111001000100001010001011101111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732724; }

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

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

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

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

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

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

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

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