#72441A

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

Shades of Antique Brass #72441A

Tints of Antique Brass #72441A

Color information

#72441A (or 0x72441A) is unknown color: approx Antique Brass. HEX triplet: 72, 44 and 1A. RGB value is (114,68,26). Sum of RGB (Red+Green+Blue) = 114+68+26=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 68 (26.95% from 255 or 32.69% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72441A is #8DBBE5. Grayscale: #4D4D4D. Windows color (decimal): -9288678 or 1721458. OLE color: 1721458.

HSL color Cylindrical-coordinate representation of color #72441A: hue angle of 28.64º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72441A is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1146826-
CMYK00.400.770.55
HSL28.64º62.86%27.45%-
HSV(B)28.64º77.19%44.71%-
XYZ9.197.792-
YUV76.9799.24154.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 68 (26.95% from 255) = 32.69%
BLUE value IS 26 (10.55% from 255) = 12.5%
R=54.81%
G=32.69%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114682600.400.770.5528.6462.8627.45
Hex72441A0284D371d3f1b
Octal1621043205011567357733
Binary1110010100010011010010100010011011101111110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72441A; }

 p { color: rgb(114,68,26); }

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

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

 a { background-color: rgb(114,68,26); }

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

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

 span { border-color: rgb(114,68,26); }

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