Html Css Color HEX #807537 Pesto

📋 copy color: '#807537'

red 128 ◦ green 117 ◦ blue 55

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

Shades of Pesto #807537

Tints of Pesto #807537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39%

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

R = 42.67%
G = 39%
B = 18.33%

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

#807537 (or 0x807537) is known color: Pesto. HEX triplet: 80, 75 and 37. RGB value is (128,117,55). Sum of RGB (Red+Green+Blue) = 128+117+55=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #807537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807537 is #7F8AC8. Grayscale: #717171. Windows color (decimal): -8358601 or 3634560. OLE color: 3634560.

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

Color convert

RGB 128 117 55 -
CMYK 0 0.09 0.57 0.50
HSL 50.96º 0.4% 0.36% -
HSV(B) 50.96º 0.57% 0.5% -
XYZ 15.95 17.59 6.17 -
YUV 113.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 128 117 55 0 0.09 0.57 0.50 50.96 0.4 0.36
Hex 80 75 37 0 9 39 32 33 28 24
Octal 200 165 67 0 11 71 62 63 50 44
Binary 10000000 1110101 110111 0 1001 111001 110010 110011 101000 100100

Color Harmonies of #807537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807537

Black with #807537

Text Example


Text Example

White with #807537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807537; }

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

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

background-color css

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

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

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

border-color css

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

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

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