Html Css Color HEX #807421 Pesto

📋 copy color: '#807421'

red 128 ◦ green 116 ◦ blue 33

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

Shades of Pesto #807421

Tints of Pesto #807421

RGB

 RED value IS 128 (50.39% from 255) = 46.21%

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 46.21%
G = 41.88%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#807421 (or 0x807421) is known color: Pesto. HEX triplet: 80, 74 and 21. RGB value is (128,116,33). Sum of RGB (Red+Green+Blue) = 128+116+33=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #807421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807421 is #7F8BDE. Grayscale: #6E6E6E. Windows color (decimal): -8358879 or 2192512. OLE color: 2192512.

HSL color Cylindrical-coordinate representation of color #807421: hue angle of 52.42º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #807421 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 116 33 -
CMYK 0 0.09 0.74 0.50
HSL 52.42º 0.59% 0.32% -
HSV(B) 52.42º 0.74% 0.5% -
XYZ 15.42 17.19 3.94 -
YUV 110.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 128 116 33 0 0.09 0.74 0.50 52.42 0.59 0.32
Hex 80 74 21 0 9 4A 32 34 3B 20
Octal 200 164 41 0 11 112 62 64 73 40
Binary 10000000 1110100 100001 0 1001 1001010 110010 110100 111011 100000

Color Harmonies of #807421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807421

Black with #807421

Text Example


Text Example

White with #807421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807421; }

 p { color: rgb(128,116,33); }

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

background-color css

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

 a { background-color: rgb(128,116,33); }

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

border-color css

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

 span { border-color: rgb(128,116,33); }

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