#73461C

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

Shades of Antique Brass #73461C

Tints of Antique Brass #73461C

Color information

#73461C (or 0x73461C) is unknown color: approx Antique Brass. HEX triplet: 73, 46 and 1C. RGB value is (115,70,28). Sum of RGB (Red+Green+Blue) = 115+70+28=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73461C is #8CB9E3. Grayscale: #4E4E4E. Windows color (decimal): -9222628 or 1853043. OLE color: 1853043.

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

Color convert

RGB1157028-
CMYK00.390.760.55
HSL28.97º60.84%28.04%-
HSV(B)28.97º75.65%45.1%-
XYZ9.478.112.16-
YUV78.6799.41153.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.99%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=53.99%
G=32.86%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115702800.390.760.5528.9760.8428.04
Hex73461C0274C371d3d1c
Octal1631063404711467357534
Binary1110011100011011100010011110011001101111110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,70,28); }

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

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

 a { background-color: rgb(115,70,28); }

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

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

 span { border-color: rgb(115,70,28); }

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