#732F29

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

Shades of Auburn #732F29

Tints of Auburn #732F29

Color information

#732F29 (or 0x732F29) is unknown color: approx Auburn. HEX triplet: 73, 2F and 29. RGB value is (115,47,41). Sum of RGB (Red+Green+Blue) = 115+47+41=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732F29 is #8CD0D6. Grayscale: #424242. Windows color (decimal): -9228503 or 2699123. OLE color: 2699123.

HSL color Cylindrical-coordinate representation of color #732F29: hue angle of 4.86º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #732F29 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB1154741-
CMYK00.590.640.55
HSL4.86º47.44%30.59%-
HSV(B)4.86º64.35%45.1%-
XYZ8.495.842.78-
YUV66.65113.53162.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=56.65%
G=23.15%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115474100.590.640.554.8647.4430.59
Hex732F2903B403752f1f
Octal16357510731006755737
Binary11100111011111010010111011100000011011110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732F29; }

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

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

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

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

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

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

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

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