Html Css Color HEX #807828 Pesto

📋 copy color: '#807828'

red 128 ◦ green 120 ◦ blue 40

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

Shades of Pesto #807828

Tints of Pesto #807828

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

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

R = 44.44%
G = 41.67%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#807828 (or 0x807828) is known color: Pesto. HEX triplet: 80, 78 and 28. RGB value is (128,120,40). Sum of RGB (Red+Green+Blue) = 128+120+40=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #807828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807828 is #7F87D7. Grayscale: #717171. Windows color (decimal): -8357848 or 2652288. OLE color: 2652288.

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

Color convert

RGB 128 120 40 -
CMYK 0 0.06 0.69 0.50
HSL 54.55º 0.52% 0.33% -
HSV(B) 54.55º 0.69% 0.5% -
XYZ 16 18.18 4.67 -
YUV 113.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 128 120 40 0 0.06 0.69 0.50 54.55 0.52 0.33
Hex 80 78 28 0 6 45 32 37 34 21
Octal 200 170 50 0 6 105 62 67 64 41
Binary 10000000 1111000 101000 0 110 1000101 110010 110111 110100 100001

Color Harmonies of #807828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807828

Black with #807828

Text Example


Text Example

White with #807828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807828; }

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

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

background-color css

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

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

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

border-color css

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

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

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