#754723

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

Shades of Antique Brass #754723

Tints of Antique Brass #754723

Color information

#754723 (or 0x754723) is unknown color: approx Antique Brass. HEX triplet: 75, 47 and 23. RGB value is (117,71,35). Sum of RGB (Red+Green+Blue) = 117+71+35=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #754723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754723 is #8AB8DC. Grayscale: #505050. Windows color (decimal): -9091293 or 2312053. OLE color: 2312053.

HSL color Cylindrical-coordinate representation of color #754723: hue angle of 26.34º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #754723 is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB1177135-
CMYK00.390.700.54
HSL26.34º53.95%29.8%-
HSV(B)26.34º70.09%45.88%-
XYZ9.898.412.69-
YUV80.65102.24153.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=52.47%
G=31.84%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117713500.390.700.5426.3453.9529.8
Hex75472302746361a361e
Octal1651074304710666326636
Binary11101011000111100011010011110001101101101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754723; }

 p { color: rgb(117,71,35); }

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

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

 a { background-color: rgb(117,71,35); }

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

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

 span { border-color: rgb(117,71,35); }

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