Html Css Color HEX #764A20 Antique Brass

📋 copy color: '#764A20'

red 118 ◦ green 74 ◦ blue 32

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

Shades of Antique Brass #764A20

Tints of Antique Brass #764A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

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

R = 52.68%
G = 33.04%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#764A20 (or 0x764A20) is known color: Antique Brass. HEX triplet: 76, 4A and 20. RGB value is (118,74,32). Sum of RGB (Red+Green+Blue) = 118+74+32=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #764A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A20 is #89B5DF. Grayscale: #525252. Windows color (decimal): -9024992 or 2116214. OLE color: 2116214.

HSL color Cylindrical-coordinate representation of color #764A20: hue angle of 29.3º 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 #764A20 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 32 -
CMYK 0 0.37 0.73 0.54
HSL 29.3º 0.57% 0.29% -
HSV(B) 29.3º 0.73% 0.46% -
XYZ 10.18 8.85 2.54 -
YUV 82.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 118 74 32 0 0.37 0.73 0.54 29.3 0.57 0.29
Hex 76 4A 20 0 25 49 36 1D 39 1D
Octal 166 112 40 0 45 111 66 35 71 35
Binary 1110110 1001010 100000 0 100101 1001001 110110 11101 111001 11101

Color Harmonies of #764A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A20

Black with #764A20

Text Example


Text Example

White with #764A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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