#73451A

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

Shades of Antique Brass #73451A

Tints of Antique Brass #73451A

Color information

#73451A (or 0x73451A) is unknown color: approx Antique Brass. HEX triplet: 73, 45 and 1A. RGB value is (115,69,26). Sum of RGB (Red+Green+Blue) = 115+69+26=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73451A is #8CBAE5. Grayscale: #4E4E4E. Windows color (decimal): -9222886 or 1721715. OLE color: 1721715.

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

Color convert

RGB1156926-
CMYK00.40.770.55
HSL28.99º63.12%27.65%-
HSV(B)28.99º77.39%45.1%-
XYZ9.387.982.02-
YUV77.8598.74154.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.76%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 26 (10.55% from 255) = 12.38%
R=54.76%
G=32.86%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115692600.40.770.5528.9963.1227.65
Hex73451A0284D371d3f1c
Octal1631053205011567357734
Binary1110011100010111010010100010011011101111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,69,26); }

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

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

 a { background-color: rgb(115,69,26); }

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

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

 span { border-color: rgb(115,69,26); }

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