#754A1E

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

Shades of Antique Brass #754A1E

Tints of Antique Brass #754A1E

Color information

#754A1E (or 0x754A1E) is unknown color: approx Antique Brass. HEX triplet: 75, 4A and 1E. RGB value is (117,74,30). Sum of RGB (Red+Green+Blue) = 117+74+30=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #754A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754A1E is #8AB5E1. Grayscale: #525252. Windows color (decimal): -9090530 or 1985141. OLE color: 1985141.

HSL color Cylindrical-coordinate representation of color #754A1E: hue angle of 30.34º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #754A1E is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1177430-
CMYK00.370.740.54
HSL30.34º59.18%28.82%-
HSV(B)30.34º74.36%45.88%-
XYZ10.028.772.39-
YUV81.8498.75153.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 30 (12.11% from 255) = 13.57%
R=52.94%
G=33.48%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117743000.370.740.5430.3459.1828.82
Hex754A1E0254A361e3b1d
Octal1651123604511266367335
Binary1110101100101011110010010110010101101101111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A1E; }

 p { color: rgb(117,74,30); }

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

<style>
 a { background-color: #754A1E; }

 a { background-color: rgb(117,74,30); }

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

<style>
 span { border-color: #754A1E; }

 span { border-color: rgb(117,74,30); }

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