Html Css Color HEX #807615 Pesto

📋 copy color: '#807615'

red 128 ◦ green 118 ◦ blue 21

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

Shades of Pesto #807615

Tints of Pesto #807615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.19%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 47.94%
G = 44.19%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#807615 (or 0x807615) is known color: Pesto. HEX triplet: 80, 76 and 15. RGB value is (128,118,21). Sum of RGB (Red+Green+Blue) = 128+118+21=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #807615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807615 is #7F89EA. Grayscale: #6E6E6E. Windows color (decimal): -8358379 or 1406592. OLE color: 1406592.

HSL color Cylindrical-coordinate representation of color #807615: hue angle of 54.39º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #807615 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 21 -
CMYK 0 0.08 0.84 0.50
HSL 54.39º 0.72% 0.29% -
HSV(B) 54.39º 0.84% 0.5% -
XYZ 15.52 17.6 3.29 -
YUV 109.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 128 118 21 0 0.08 0.84 0.50 54.39 0.72 0.29
Hex 80 76 15 0 8 54 32 36 48 1D
Octal 200 166 25 0 10 124 62 66 110 35
Binary 10000000 1110110 10101 0 1000 1010100 110010 110110 1001000 11101

Color Harmonies of #807615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807615

Black with #807615

Text Example


Text Example

White with #807615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807615; }

 p { color: rgb(128,118,21); }

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

background-color css

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

 a { background-color: rgb(128,118,21); }

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

border-color css

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

 span { border-color: rgb(128,118,21); }

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