Html Css Color HEX #807037 Pesto

📋 copy color: '#807037'

red 128 ◦ green 112 ◦ blue 55

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

Shades of Pesto #807037

Tints of Pesto #807037

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 43.39%
G = 37.97%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#807037 (or 0x807037) is known color: Pesto. HEX triplet: 80, 70 and 37. RGB value is (128,112,55). Sum of RGB (Red+Green+Blue) = 128+112+55=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #807037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807037 is #7F8FC8. Grayscale: #6E6E6E. Windows color (decimal): -8359881 or 3633280. OLE color: 3633280.

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

Color convert

RGB 128 112 55 -
CMYK 0 0.12 0.57 0.50
HSL 46.85º 0.4% 0.36% -
HSV(B) 46.85º 0.57% 0.5% -
XYZ 15.39 16.45 5.98 -
YUV 110.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 128 112 55 0 0.12 0.57 0.50 46.85 0.4 0.36
Hex 80 70 37 0 C 39 32 2F 28 24
Octal 200 160 67 0 14 71 62 57 50 44
Binary 10000000 1110000 110111 0 1100 111001 110010 101111 101000 100100

Color Harmonies of #807037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807037

Black with #807037

Text Example


Text Example

White with #807037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807037; }

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

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

background-color css

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

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

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

border-color css

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

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

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