#732421

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

Shades of Auburn #732421

Tints of Auburn #732421

Color information

#732421 (or 0x732421) is unknown color: approx Auburn. HEX triplet: 73, 24 and 21. RGB value is (115,36,33). Sum of RGB (Red+Green+Blue) = 115+36+33=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #732421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732421 is #8CDBDE. Grayscale: #3B3B3B. Windows color (decimal): -9231327 or 2172019. OLE color: 2172019.

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

Color convert

RGB1153633-
CMYK00.690.710.55
HSL2.2º55.41%29.02%-
HSV(B)2.2º71.3%45.1%-
XYZ7.985.021.99-
YUV59.28113.17167.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=62.5%
G=19.57%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115363300.690.710.552.255.4129.02
Hex73242104547372371d
Octal163444101051076726735
Binary11100111001001000010100010110001111101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732421; }

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

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

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

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

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

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

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

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