#72491E

Color #72491E Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #72491E

Tints of Antique Brass #72491E

Color information

#72491E (or 0x72491E) is unknown color: approx Antique Brass. HEX triplet: 72, 49 and 1E. RGB value is (114,73,30). Sum of RGB (Red+Green+Blue) = 114+73+30=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72491E is #8DB6E1. Grayscale: #505050. Windows color (decimal): -9287394 or 1984882. OLE color: 1984882.

HSL color Cylindrical-coordinate representation of color #72491E: hue angle of 30.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72491E is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1147330-
CMYK00.360.740.55
HSL30.71º58.33%28.24%-
HSV(B)30.71º73.68%44.71%-
XYZ9.568.442.35-
YUV80.3699.58152-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=52.53%
G=33.64%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114733000.360.740.5530.7158.3328.24
Hex72491E0244A371f3a1c
Octal1621113604411267377234
Binary1110010100100111110010010010010101101111111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72491E; }

 p { color: rgb(114,73,30); }

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

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

 a { background-color: rgb(114,73,30); }

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

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

 span { border-color: rgb(114,73,30); }

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