Html Css Color HEX #784F20 Antique Brass

📋 copy color: '#784F20'

red 120 ◦ green 79 ◦ blue 32

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

Shades of Antique Brass #784F20

Tints of Antique Brass #784F20

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.2%

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

R = 51.95%
G = 34.2%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#784F20 (or 0x784F20) is known color: Antique Brass. HEX triplet: 78, 4F and 20. RGB value is (120,79,32). Sum of RGB (Red+Green+Blue) = 120+79+32=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #784F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #784F20 is #87B0DF. Grayscale: #565656. Windows color (decimal): -8892640 or 2117496. OLE color: 2117496.

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

Color convert

RGB 120 79 32 -
CMYK 0 0.34 0.73 0.53
HSL 32.05º 0.58% 0.3% -
HSV(B) 32.05º 0.73% 0.47% -
XYZ 10.8 9.69 2.67 -
YUV 85.9 97.58 152.32 -
System Red Green Blue C M Y K H S L
Decimal 120 79 32 0 0.34 0.73 0.53 32.05 0.58 0.3
Hex 78 4F 20 0 22 49 35 20 3A 1E
Octal 170 117 40 0 42 111 65 40 72 36
Binary 1111000 1001111 100000 0 100010 1001001 110101 100000 111010 11110

Color Harmonies of #784F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784F20

Black with #784F20

Text Example


Text Example

White with #784F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,79,32); }

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

background-color css

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

 a { background-color: rgb(120,79,32); }

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

border-color css

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

 span { border-color: rgb(120,79,32); }

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