#785021

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

Shades of Antique Brass #785021

Tints of Antique Brass #785021

Color information

#785021 (or 0x785021) is unknown color: approx Antique Brass. HEX triplet: 78, 50 and 21. RGB value is (120,80,33). Sum of RGB (Red+Green+Blue) = 120+80+33=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #785021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785021 is #87AFDE. Grayscale: #565656. Windows color (decimal): -8892383 or 2183288. OLE color: 2183288.

HSL color Cylindrical-coordinate representation of color #785021: hue angle of 32.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #785021 is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1208033-
CMYK00.330.720.53
HSL32.41º56.86%30%-
HSV(B)32.41º72.5%47.06%-
XYZ10.899.842.76-
YUV86.697.75151.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=51.50%
G=34.33%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120803300.330.720.5332.4156.8630
Hex785021021483520391e
Octal1701204104111065407136
Binary111100010100001000010100001100100011010110000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785021; }

 p { color: rgb(120,80,33); }

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

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

 a { background-color: rgb(120,80,33); }

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

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

 span { border-color: rgb(120,80,33); }

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