#754D1E

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

Shades of Antique Brass #754D1E

Tints of Antique Brass #754D1E

Color information

#754D1E (or 0x754D1E) is unknown color: approx Antique Brass. HEX triplet: 75, 4D and 1E. RGB value is (117,77,30). Sum of RGB (Red+Green+Blue) = 117+77+30=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #754D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D1E is #8AB2E1. Grayscale: #535353. Windows color (decimal): -9089762 or 1985909. OLE color: 1985909.

HSL color Cylindrical-coordinate representation of color #754D1E: hue angle of 32.41º 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 #754D1E is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1177730-
CMYK00.340.740.54
HSL32.41º59.18%28.82%-
HSV(B)32.41º74.36%45.88%-
XYZ10.229.182.46-
YUV83.697.75151.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 77 (30.47% from 255) = 34.38%
BLUE value IS 30 (12.11% from 255) = 13.39%
R=52.23%
G=34.38%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117773000.340.740.5432.4159.1828.82
Hex754D1E0224A36203b1d
Octal1651153604211266407335
Binary11101011001101111100100010100101011011010000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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