#72481A

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

Shades of Antique Brass #72481A

Tints of Antique Brass #72481A

Color information

#72481A (or 0x72481A) is unknown color: approx Antique Brass. HEX triplet: 72, 48 and 1A. RGB value is (114,72,26). Sum of RGB (Red+Green+Blue) = 114+72+26=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72481A is #8DB7E5. Grayscale: #4F4F4F. Windows color (decimal): -9287654 or 1722482. OLE color: 1722482.

HSL color Cylindrical-coordinate representation of color #72481A: hue angle of 31.36º 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 #72481A is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1147226-
CMYK00.370.770.55
HSL31.36º62.86%27.45%-
HSV(B)31.36º77.19%44.71%-
XYZ9.448.292.08-
YUV79.3197.91152.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.77%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=53.77%
G=33.96%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114722600.370.770.5531.3662.8627.45
Hex72481A0254D371f3f1b
Octal1621103204511567377733
Binary1110010100100011010010010110011011101111111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72481A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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