Html Css Color HEX #807437 Pesto

📋 copy color: '#807437'

red 128 ◦ green 116 ◦ blue 55

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

Shades of Pesto #807437

Tints of Pesto #807437

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 42.81%
G = 38.8%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#807437 (or 0x807437) is known color: Pesto. HEX triplet: 80, 74 and 37. RGB value is (128,116,55). Sum of RGB (Red+Green+Blue) = 128+116+55=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #807437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807437 is #7F8BC8. Grayscale: #707070. Windows color (decimal): -8358857 or 3634304. OLE color: 3634304.

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

Color convert

RGB 128 116 55 -
CMYK 0 0.09 0.57 0.50
HSL 50.14º 0.4% 0.36% -
HSV(B) 50.14º 0.57% 0.5% -
XYZ 15.84 17.36 6.13 -
YUV 112.63 95.48 138.96 -
System Red Green Blue C M Y K H S L
Decimal 128 116 55 0 0.09 0.57 0.50 50.14 0.4 0.36
Hex 80 74 37 0 9 39 32 32 28 24
Octal 200 164 67 0 11 71 62 62 50 44
Binary 10000000 1110100 110111 0 1001 111001 110010 110010 101000 100100

Color Harmonies of #807437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807437

Black with #807437

Text Example


Text Example

White with #807437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807437; }

 p { color: rgb(128,116,55); }

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

background-color css

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

 a { background-color: rgb(128,116,55); }

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

border-color css

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

 span { border-color: rgb(128,116,55); }

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