Html Css Color HEX #807237 Pesto

📋 copy color: '#807237'

red 128 ◦ green 114 ◦ blue 55

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

Shades of Pesto #807237

Tints of Pesto #807237

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 43.1%
G = 38.38%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#807237 (or 0x807237) is known color: Pesto. HEX triplet: 80, 72 and 37. RGB value is (128,114,55). Sum of RGB (Red+Green+Blue) = 128+114+55=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #807237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807237 is #7F8DC8. Grayscale: #6F6F6F. Windows color (decimal): -8359369 or 3633792. OLE color: 3633792.

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

Color convert

RGB 128 114 55 -
CMYK 0 0.11 0.57 0.50
HSL 48.49º 0.4% 0.36% -
HSV(B) 48.49º 0.57% 0.5% -
XYZ 15.61 16.9 6.05 -
YUV 111.46 96.14 139.8 -
System Red Green Blue C M Y K H S L
Decimal 128 114 55 0 0.11 0.57 0.50 48.49 0.4 0.36
Hex 80 72 37 0 B 39 32 30 28 24
Octal 200 162 67 0 13 71 62 60 50 44
Binary 10000000 1110010 110111 0 1011 111001 110010 110000 101000 100100

Color Harmonies of #807237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807237

Black with #807237

Text Example


Text Example

White with #807237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807237; }

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

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

background-color css

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

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

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

border-color css

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

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

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