#74451A

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

Shades of Antique Brass #74451A

Tints of Antique Brass #74451A

Color information

#74451A (or 0x74451A) is unknown color: approx Antique Brass. HEX triplet: 74, 45 and 1A. RGB value is (116,69,26). Sum of RGB (Red+Green+Blue) = 116+69+26=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74451A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74451A is #8BBAE5. Grayscale: #4E4E4E. Windows color (decimal): -9157350 or 1721716. OLE color: 1721716.

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

Color convert

RGB1166926-
CMYK00.410.780.55
HSL28.67º63.38%27.84%-
HSV(B)28.67º77.59%45.49%-
XYZ9.528.042.03-
YUV78.1598.57155-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.98%
GREEN value IS 69 (27.34% from 255) = 32.70%
BLUE value IS 26 (10.55% from 255) = 12.32%
R=54.98%
G=32.70%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116692600.410.780.5528.6763.3827.84
Hex74451A0294E371d3f1c
Octal1641053205111667357734
Binary1110100100010111010010100110011101101111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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