#74461A

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

Shades of Antique Brass #74461A

Tints of Antique Brass #74461A

Color information

#74461A (or 0x74461A) is unknown color: approx Antique Brass. HEX triplet: 74, 46 and 1A. RGB value is (116,70,26). Sum of RGB (Red+Green+Blue) = 116+70+26=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 26 (10.55% from 255 or 12.26% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74461A is #8BB9E5. Grayscale: #4E4E4E. Windows color (decimal): -9157094 or 1721972. OLE color: 1721972.

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

Color convert

RGB1167026-
CMYK00.400.780.55
HSL29.33º63.38%27.84%-
HSV(B)29.33º77.59%45.49%-
XYZ9.588.172.05-
YUV78.7498.24154.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 26 (10.55% from 255) = 12.26%
R=54.72%
G=33.02%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116702600.400.780.5529.3363.3827.84
Hex74461A0284E371d3f1c
Octal1641063205011667357734
Binary1110100100011011010010100010011101101111110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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