Html Css Color HEX #775020 Antique Brass

📋 copy color: '#775020'

red 119 ◦ green 80 ◦ blue 32

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

Shades of Antique Brass #775020

Tints of Antique Brass #775020

RGB

 RED value IS 119 (46.88% from 255) = 51.52%

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

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 51.52%
G = 34.63%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775020 (or 0x775020) is known color: Antique Brass. HEX triplet: 77, 50 and 20. RGB value is (119,80,32). Sum of RGB (Red+Green+Blue) = 119+80+32=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #775020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775020 is #88AFDF. Grayscale: #565656. Windows color (decimal): -8957920 or 2117751. OLE color: 2117751.

HSL color Cylindrical-coordinate representation of color #775020: hue angle of 33.1º degrees, saturation: 0.58, 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 #775020 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 32 -
CMYK 0 0.33 0.73 0.53
HSL 33.1º 0.58% 0.3% -
HSV(B) 33.1º 0.73% 0.47% -
XYZ 10.74 9.76 2.69 -
YUV 86.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 119 80 32 0 0.33 0.73 0.53 33.1 0.58 0.3
Hex 77 50 20 0 21 49 35 21 3A 1E
Octal 167 120 40 0 41 111 65 41 72 36
Binary 1110111 1010000 100000 0 100001 1001001 110101 100001 111010 11110

Color Harmonies of #775020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775020

Black with #775020

Text Example


Text Example

White with #775020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775020; }

 p { color: rgb(119,80,32); }

 H1.HeaderClassName
 {
   color: #775020;
 }
 .AnyTagClassName
 {
   color: #775020;
 }
</style>

background-color css

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

 a { background-color: rgb(119,80,32); }

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

border-color css

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

 span { border-color: rgb(119,80,32); }

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