Html Css Color HEX #807539 Pesto

📋 copy color: '#807539'

red 128 ◦ green 117 ◦ blue 57

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

Shades of Pesto #807539

Tints of Pesto #807539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.87%

R = 42.38%
G = 38.74%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#807539 (or 0x807539) is known color: Pesto. HEX triplet: 80, 75 and 39. RGB value is (128,117,57). Sum of RGB (Red+Green+Blue) = 128+117+57=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #807539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807539 is #7F8AC6. Grayscale: #717171. Windows color (decimal): -8358599 or 3765632. OLE color: 3765632.

HSL color Cylindrical-coordinate representation of color #807539: hue angle of 50.7º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #807539 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 57 -
CMYK 0 0.09 0.55 0.50
HSL 50.7º 0.38% 0.36% -
HSV(B) 50.7º 0.55% 0.5% -
XYZ 16 17.61 6.43 -
YUV 113.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 128 117 57 0 0.09 0.55 0.50 50.7 0.38 0.36
Hex 80 75 39 0 9 37 32 33 26 24
Octal 200 165 71 0 11 67 62 63 46 44
Binary 10000000 1110101 111001 0 1001 110111 110010 110011 100110 100100

Color Harmonies of #807539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807539

Black with #807539

Text Example


Text Example

White with #807539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807539; }

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

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

background-color css

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

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

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

border-color css

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

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

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