#754419

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

Shades of Antique Brass #754419

Tints of Antique Brass #754419

Color information

#754419 (or 0x754419) is unknown color: approx Antique Brass. HEX triplet: 75, 44 and 19. RGB value is (117,68,25). Sum of RGB (Red+Green+Blue) = 117+68+25=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #754419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754419 is #8ABBE6. Grayscale: #4D4D4D. Windows color (decimal): -9092071 or 1655925. OLE color: 1655925.

HSL color Cylindrical-coordinate representation of color #754419: hue angle of 28.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754419 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB1176825-
CMYK00.420.790.54
HSL28.04º64.79%27.84%-
HSV(B)28.04º78.63%45.88%-
XYZ9.587.991.96-
YUV77.7598.23156-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 25 (10.16% from 255) = 11.90%
R=55.71%
G=32.38%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117682500.420.790.5428.0464.7927.84
Hex75441902A4F361c411c
Octal16510431052117663410134
Binary11101011000100110010101010100111111011011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754419; }

 p { color: rgb(117,68,25); }

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

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

 a { background-color: rgb(117,68,25); }

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

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

 span { border-color: rgb(117,68,25); }

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