Html Css Color HEX #807228 Pesto

📋 copy color: '#807228'

red 128 ◦ green 114 ◦ blue 40

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

Shades of Pesto #807228

Tints of Pesto #807228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.18%

R = 45.39%
G = 40.43%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#807228 (or 0x807228) is known color: Pesto. HEX triplet: 80, 72 and 28. RGB value is (128,114,40). Sum of RGB (Red+Green+Blue) = 128+114+40=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #807228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807228 is #7F8DD7. Grayscale: #6E6E6E. Windows color (decimal): -8359384 or 2650752. OLE color: 2650752.

HSL color Cylindrical-coordinate representation of color #807228: hue angle of 50.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #807228 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 114 40 -
CMYK 0 0.11 0.69 0.50
HSL 50.45º 0.52% 0.33% -
HSV(B) 50.45º 0.69% 0.5% -
XYZ 15.3 16.78 4.44 -
YUV 109.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 128 114 40 0 0.11 0.69 0.50 50.45 0.52 0.33
Hex 80 72 28 0 B 45 32 32 34 21
Octal 200 162 50 0 13 105 62 62 64 41
Binary 10000000 1110010 101000 0 1011 1000101 110010 110010 110100 100001

Color Harmonies of #807228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807228

Black with #807228

Text Example


Text Example

White with #807228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807228; }

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

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

background-color css

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

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

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

border-color css

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

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

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