#723231

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

Shades of Auburn #723231

Tints of Auburn #723231

Color information

#723231 (or 0x723231) is unknown color: approx Auburn. HEX triplet: 72, 32 and 31. RGB value is (114,50,49). Sum of RGB (Red+Green+Blue) = 114+50+49=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #723231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723231 is #8DCDCE. Grayscale: #454545. Windows color (decimal): -9293263 or 3224178. OLE color: 3224178.

HSL color Cylindrical-coordinate representation of color #723231: hue angle of 0.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723231 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1145049-
CMYK00.560.570.55
HSL0.92º39.88%31.96%-
HSV(B)0.92º57.02%44.71%-
XYZ8.636.083.62-
YUV69.02116.7160.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 49 (19.53% from 255) = 23.00%
R=53.52%
G=23.47%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114504900.560.570.550.9239.8831.96
Hex723231038393712820
Octal1626261070716715040
Binary111001011001011000101110001110011101111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723231; }

 p { color: rgb(114,50,49); }

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

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

 a { background-color: rgb(114,50,49); }

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

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

 span { border-color: rgb(114,50,49); }

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