Html Css Color HEX #807221 Pesto

📋 copy color: '#807221'

red 128 ◦ green 114 ◦ blue 33

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

Shades of Pesto #807221

Tints of Pesto #807221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

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

R = 46.55%
G = 41.45%
B = 12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#807221 (or 0x807221) is known color: Pesto. HEX triplet: 80, 72 and 21. RGB value is (128,114,33). Sum of RGB (Red+Green+Blue) = 128+114+33=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #807221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807221 is #7F8DDE. Grayscale: #6D6D6D. Windows color (decimal): -8359391 or 2192000. OLE color: 2192000.

HSL color Cylindrical-coordinate representation of color #807221: hue angle of 51.16º 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 #807221 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 33 -
CMYK 0 0.11 0.74 0.50
HSL 51.16º 0.59% 0.32% -
HSV(B) 51.16º 0.74% 0.5% -
XYZ 15.19 16.73 3.87 -
YUV 108.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 128 114 33 0 0.11 0.74 0.50 51.16 0.59 0.32
Hex 80 72 21 0 B 4A 32 33 3B 20
Octal 200 162 41 0 13 112 62 63 73 40
Binary 10000000 1110010 100001 0 1011 1001010 110010 110011 111011 100000

Color Harmonies of #807221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807221

Black with #807221

Text Example


Text Example

White with #807221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807221; }

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

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

background-color css

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

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

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

border-color css

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

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

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