Html Css Color HEX #807527 Pesto

📋 copy color: '#807527'

red 128 ◦ green 117 ◦ blue 39

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

Shades of Pesto #807527

Tints of Pesto #807527

RGB

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

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

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

R = 45.07%
G = 41.2%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#807527 (or 0x807527) is known color: Pesto. HEX triplet: 80, 75 and 27. RGB value is (128,117,39). Sum of RGB (Red+Green+Blue) = 128+117+39=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #807527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807527 is #7F8AD8. Grayscale: #6F6F6F. Windows color (decimal): -8358617 or 2585984. OLE color: 2585984.

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

Color convert

RGB 128 117 39 -
CMYK 0 0.09 0.70 0.50
HSL 52.58º 0.53% 0.33% -
HSV(B) 52.58º 0.7% 0.5% -
XYZ 15.63 17.46 4.47 -
YUV 111.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 128 117 39 0 0.09 0.70 0.50 52.58 0.53 0.33
Hex 80 75 27 0 9 46 32 35 35 21
Octal 200 165 47 0 11 106 62 65 65 41
Binary 10000000 1110101 100111 0 1001 1000110 110010 110101 110101 100001

Color Harmonies of #807527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807527

Black with #807527

Text Example


Text Example

White with #807527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807527; }

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

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

background-color css

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

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

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

border-color css

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

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

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