Html Css Color HEX #807627 Pesto

📋 copy color: '#807627'

red 128 ◦ green 118 ◦ blue 39

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

Shades of Pesto #807627

Tints of Pesto #807627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.68%

R = 44.91%
G = 41.4%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#807627 (or 0x807627) is known color: Pesto. HEX triplet: 80, 76 and 27. RGB value is (128,118,39). Sum of RGB (Red+Green+Blue) = 128+118+39=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #807627 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807627 is #7F89D8. Grayscale: #707070. Windows color (decimal): -8358361 or 2586240. OLE color: 2586240.

HSL color Cylindrical-coordinate representation of color #807627: hue angle of 53.26º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #807627 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 39 -
CMYK 0 0.08 0.70 0.50
HSL 53.26º 0.53% 0.33% -
HSV(B) 53.26º 0.7% 0.5% -
XYZ 15.75 17.69 4.5 -
YUV 111.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 128 118 39 0 0.08 0.70 0.50 53.26 0.53 0.33
Hex 80 76 27 0 8 46 32 35 35 21
Octal 200 166 47 0 10 106 62 65 65 41
Binary 10000000 1110110 100111 0 1000 1000110 110010 110101 110101 100001

Color Harmonies of #807627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807627

Black with #807627

Text Example


Text Example

White with #807627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807627; }

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

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

background-color css

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

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

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

border-color css

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

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

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