Html Css Color HEX #785021 Antique Brass

📋 copy color: '#785021'

red 120 ◦ green 80 ◦ blue 33

#785021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #785021

Tints of Antique Brass #785021

RGB

 RED value IS 120 (47.27% from 255) = 51.5%

 GREEN value IS 80 (31.64% from 255) = 34.33%

 BLUE value IS 33 (13.28% from 255) = 14.16%

R = 51.5%
G = 34.33%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#785021 (or 0x785021) is known color: 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

RGB 120 80 33 -
CMYK 0 0.33 0.72 0.53
HSL 32.41º 0.57% 0.3% -
HSV(B) 32.41º 0.73% 0.47% -
XYZ 10.89 9.84 2.76 -
YUV 86.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 120 80 33 0 0.33 0.72 0.53 32.41 0.57 0.3
Hex 78 50 21 0 21 48 35 20 39 1E
Octal 170 120 41 0 41 110 65 40 71 36
Binary 1111000 1010000 100001 0 100001 1001000 110101 100000 111001 11110

Color Harmonies of #785021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785021

Black with #785021

Text Example


Text Example

White with #785021

Text Example


Text Example

HTML Codes & Css Web 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>