#784E21

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

Shades of Antique Brass #784E21

Tints of Antique Brass #784E21

Color information

#784E21 (or 0x784E21) is unknown color: approx Antique Brass. HEX triplet: 78, 4E and 21. RGB value is (120,78,33). Sum of RGB (Red+Green+Blue) = 120+78+33=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #784E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784E21 is #87B1DE. Grayscale: #555555. Windows color (decimal): -8892895 or 2182776. OLE color: 2182776.

HSL color Cylindrical-coordinate representation of color #784E21: hue angle of 31.03º 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 #784E21 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1207833-
CMYK00.350.720.53
HSL31.03º56.86%30%-
HSV(B)31.03º72.5%47.06%-
XYZ10.749.552.72-
YUV85.4398.41152.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 33 (13.28% from 255) = 14.29%
R=51.95%
G=33.77%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120783300.350.720.5331.0356.8630
Hex784E2102348351f391e
Octal1701164104311065377136
Binary11110001001110100001010001110010001101011111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784E21; }

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

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

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

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

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

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

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

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