#732A23

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

Shades of Auburn #732A23

Tints of Auburn #732A23

Color information

#732A23 (or 0x732A23) is unknown color: approx Auburn. HEX triplet: 73, 2A and 23. RGB value is (115,42,35). Sum of RGB (Red+Green+Blue) = 115+42+35=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 35 (14.06% from 255 or 18.23% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #732A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A23 is #8CD5DC. Grayscale: #3F3F3F. Windows color (decimal): -9229789 or 2304627. OLE color: 2304627.

HSL color Cylindrical-coordinate representation of color #732A23: hue angle of 5.25º degrees, saturation: 0.53, 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 #732A23 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1154235-
CMYK00.630.700.55
HSL5.25º53.33%29.41%-
HSV(B)5.25º69.57%45.1%-
XYZ8.25.422.2-
YUV63.03112.18165.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 42 (16.80% from 255) = 21.88%
BLUE value IS 35 (14.06% from 255) = 18.23%
R=59.90%
G=21.88%
B=18.23%

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
Decimal115423500.630.700.555.2553.3329.41
Hex732A2303F46375351d
Octal16352430771066756535
Binary11100111010101000110111111100011011011110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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