Html Css Color HEX #764920 Antique Brass

📋 copy color: '#764920'

red 118 ◦ green 73 ◦ blue 32

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

Shades of Antique Brass #764920

Tints of Antique Brass #764920

RGB

 RED value IS 118 (46.48% from 255) = 52.91%

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 52.91%
G = 32.74%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#764920 (or 0x764920) is known color: Antique Brass. HEX triplet: 76, 49 and 20. RGB value is (118,73,32). Sum of RGB (Red+Green+Blue) = 118+73+32=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #764920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764920 is #89B6DF. Grayscale: #515151. Windows color (decimal): -9025248 or 2115958. OLE color: 2115958.

HSL color Cylindrical-coordinate representation of color #764920: hue angle of 28.6º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #764920 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 73 32 -
CMYK 0 0.38 0.73 0.54
HSL 28.6º 0.57% 0.29% -
HSV(B) 28.6º 0.73% 0.46% -
XYZ 10.11 8.72 2.52 -
YUV 81.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 118 73 32 0 0.38 0.73 0.54 28.6 0.57 0.29
Hex 76 49 20 0 26 49 36 1D 39 1D
Octal 166 111 40 0 46 111 66 35 71 35
Binary 1110110 1001001 100000 0 100110 1001001 110110 11101 111001 11101

Color Harmonies of #764920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764920

Black with #764920

Text Example


Text Example

White with #764920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764920; }

 p { color: rgb(118,73,32); }

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

background-color css

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

 a { background-color: rgb(118,73,32); }

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

border-color css

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

 span { border-color: rgb(118,73,32); }

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