#72481C

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

Shades of Antique Brass #72481C

Tints of Antique Brass #72481C

Color information

#72481C (or 0x72481C) is unknown color: approx Antique Brass. HEX triplet: 72, 48 and 1C. RGB value is (114,72,28). Sum of RGB (Red+Green+Blue) = 114+72+28=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72481C is #8DB7E3. Grayscale: #4F4F4F. Windows color (decimal): -9287652 or 1853554. OLE color: 1853554.

HSL color Cylindrical-coordinate representation of color #72481C: hue angle of 30.7º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72481C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1147228-
CMYK00.370.750.55
HSL30.7º60.56%27.84%-
HSV(B)30.7º75.44%44.71%-
XYZ9.478.32.2-
YUV79.5498.91152.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 28 (11.33% from 255) = 13.08%
R=53.27%
G=33.64%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114722800.370.750.5530.760.5627.84
Hex72481C0254B371f3d1c
Octal1621103404511367377534
Binary1110010100100011100010010110010111101111111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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