#732A22

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

Shades of Auburn #732A22

Tints of Auburn #732A22

Color information

#732A22 (or 0x732A22) is unknown color: approx Auburn. HEX triplet: 73, 2A and 22. RGB value is (115,42,34). Sum of RGB (Red+Green+Blue) = 115+42+34=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #732A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A22 is #8CD5DD. Grayscale: #3F3F3F. Windows color (decimal): -9229790 or 2239091. OLE color: 2239091.

HSL color Cylindrical-coordinate representation of color #732A22: hue angle of 5.93º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732A22 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1154234-
CMYK00.630.700.55
HSL5.93º54.36%29.22%-
HSV(B)5.93º70.43%45.1%-
XYZ8.195.422.13-
YUV62.92111.68165.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 34 (13.67% from 255) = 17.80%
R=60.21%
G=21.99%
B=17.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115423400.630.700.555.9354.3629.22
Hex732A2203F46376361d
Octal16352420771066766635
Binary11100111010101000100111111100011011011111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,42,34); }

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

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

 a { background-color: rgb(115,42,34); }

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

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

 span { border-color: rgb(115,42,34); }

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