Html Css Color HEX #807938 Pesto

📋 copy color: '#807938'

red 128 ◦ green 121 ◦ blue 56

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

Shades of Pesto #807938

Tints of Pesto #807938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.36%

R = 41.97%
G = 39.67%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#807938 (or 0x807938) is known color: Pesto. HEX triplet: 80, 79 and 38. RGB value is (128,121,56). Sum of RGB (Red+Green+Blue) = 128+121+56=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #807938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807938 is #7F86C7. Grayscale: #737373. Windows color (decimal): -8357576 or 3701120. OLE color: 3701120.

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

Color convert

RGB 128 121 56 -
CMYK 0 0.05 0.56 0.50
HSL 54.17º 0.39% 0.36% -
HSV(B) 54.17º 0.56% 0.5% -
XYZ 16.45 18.55 6.45 -
YUV 115.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 128 121 56 0 0.05 0.56 0.50 54.17 0.39 0.36
Hex 80 79 38 0 5 38 32 36 27 24
Octal 200 171 70 0 5 70 62 66 47 44
Binary 10000000 1111001 111000 0 101 111000 110010 110110 100111 100100

Color Harmonies of #807938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807938

Black with #807938

Text Example


Text Example

White with #807938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807938; }

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

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

background-color css

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

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

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

border-color css

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

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

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