Html Css Color HEX #807139 Pesto

📋 copy color: '#807139'

red 128 ◦ green 113 ◦ blue 57

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

Shades of Pesto #807139

Tints of Pesto #807139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 42.95%
G = 37.92%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#807139 (or 0x807139) is known color: Pesto. HEX triplet: 80, 71 and 39. RGB value is (128,113,57). Sum of RGB (Red+Green+Blue) = 128+113+57=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #807139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807139 is #7F8EC6. Grayscale: #6F6F6F. Windows color (decimal): -8359623 or 3764608. OLE color: 3764608.

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

Color convert

RGB 128 113 57 -
CMYK 0 0.12 0.55 0.50
HSL 47.32º 0.38% 0.36% -
HSV(B) 47.32º 0.55% 0.5% -
XYZ 15.55 16.69 6.27 -
YUV 111.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 128 113 57 0 0.12 0.55 0.50 47.32 0.38 0.36
Hex 80 71 39 0 C 37 32 2F 26 24
Octal 200 161 71 0 14 67 62 57 46 44
Binary 10000000 1110001 111001 0 1100 110111 110010 101111 100110 100100

Color Harmonies of #807139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807139

Black with #807139

Text Example


Text Example

White with #807139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807139; }

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

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

background-color css

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

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

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

border-color css

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

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

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