#74471E

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

Shades of Antique Brass #74471E

Tints of Antique Brass #74471E

Color information

#74471E (or 0x74471E) is unknown color: approx Antique Brass. HEX triplet: 74, 47 and 1E. RGB value is (116,71,30). Sum of RGB (Red+Green+Blue) = 116+71+30=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #74471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74471E is #8BB8E1. Grayscale: #4F4F4F. Windows color (decimal): -9156834 or 1984372. OLE color: 1984372.

HSL color Cylindrical-coordinate representation of color #74471E: hue angle of 28.6º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74471E is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1167130-
CMYK00.390.740.55
HSL28.6º58.9%28.63%-
HSV(B)28.6º74.14%45.49%-
XYZ9.698.312.32-
YUV79.7899.91153.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=53.46%
G=32.72%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116713000.390.740.5528.658.928.63
Hex74471E0274A371d3b1d
Octal1641073604711267357335
Binary1110100100011111110010011110010101101111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74471E; }

 p { color: rgb(116,71,30); }

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

<style>
 a { background-color: #74471E; }

 a { background-color: rgb(116,71,30); }

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

<style>
 span { border-color: #74471E; }

 span { border-color: rgb(116,71,30); }

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