Html Css Color HEX #765021 Antique Brass

📋 copy color: '#765021'

red 118 ◦ green 80 ◦ blue 33

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

Shades of Antique Brass #765021

Tints of Antique Brass #765021

RGB

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

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

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

R = 51.08%
G = 34.63%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#765021 (or 0x765021) is known color: Antique Brass. HEX triplet: 76, 50 and 21. RGB value is (118,80,33). Sum of RGB (Red+Green+Blue) = 118+80+33=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #765021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765021 is #89AFDE. Grayscale: #565656. Windows color (decimal): -9023455 or 2183286. OLE color: 2183286.

HSL color Cylindrical-coordinate representation of color #765021: hue angle of 33.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #765021 is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 33 -
CMYK 0 0.32 0.72 0.54
HSL 33.18º 0.56% 0.3% -
HSV(B) 33.18º 0.72% 0.46% -
XYZ 10.61 9.7 2.75 -
YUV 86 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 118 80 33 0 0.32 0.72 0.54 33.18 0.56 0.3
Hex 76 50 21 0 20 48 36 21 38 1E
Octal 166 120 41 0 40 110 66 41 70 36
Binary 1110110 1010000 100001 0 100000 1001000 110110 100001 111000 11110

Color Harmonies of #765021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765021

Black with #765021

Text Example


Text Example

White with #765021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765021; }

 p { color: rgb(118,80,33); }

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

background-color css

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

 a { background-color: rgb(118,80,33); }

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

border-color css

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

 span { border-color: rgb(118,80,33); }

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