Html Css Color HEX #807939 Pesto

📋 copy color: '#807939'

red 128 ◦ green 121 ◦ blue 57

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

Shades of Pesto #807939

Tints of Pesto #807939

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.54%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 41.83%
G = 39.54%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#807939 (or 0x807939) is known color: Pesto. HEX triplet: 80, 79 and 39. RGB value is (128,121,57). Sum of RGB (Red+Green+Blue) = 128+121+57=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #807939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807939 is #7F86C6. Grayscale: #747474. Windows color (decimal): -8357575 or 3766656. OLE color: 3766656.

HSL color Cylindrical-coordinate representation of color #807939: hue angle of 54.08º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #807939 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 57 -
CMYK 0 0.05 0.55 0.50
HSL 54.08º 0.38% 0.36% -
HSV(B) 54.08º 0.55% 0.5% -
XYZ 16.48 18.56 6.58 -
YUV 115.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 128 121 57 0 0.05 0.55 0.50 54.08 0.38 0.36
Hex 80 79 39 0 5 37 32 36 26 24
Octal 200 171 71 0 5 67 62 66 46 44
Binary 10000000 1111001 111001 0 101 110111 110010 110110 100110 100100

Color Harmonies of #807939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807939

Black with #807939

Text Example


Text Example

White with #807939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807939; }

 p { color: rgb(128,121,57); }

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

background-color css

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

 a { background-color: rgb(128,121,57); }

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

border-color css

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

 span { border-color: rgb(128,121,57); }

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