Html Css Color HEX #807529 Pesto

📋 copy color: '#807529'

red 128 ◦ green 117 ◦ blue 41

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

Shades of Pesto #807529

Tints of Pesto #807529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 44.76%
G = 40.91%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#807529 (or 0x807529) is known color: Pesto. HEX triplet: 80, 75 and 29. RGB value is (128,117,41). Sum of RGB (Red+Green+Blue) = 128+117+41=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #807529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807529 is #7F8AD6. Grayscale: #6F6F6F. Windows color (decimal): -8358615 or 2717056. OLE color: 2717056.

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

Color convert

RGB 128 117 41 -
CMYK 0 0.09 0.68 0.50
HSL 52.41º 0.51% 0.33% -
HSV(B) 52.41º 0.68% 0.5% -
XYZ 15.66 17.47 4.64 -
YUV 111.63 88.14 139.68 -
System Red Green Blue C M Y K H S L
Decimal 128 117 41 0 0.09 0.68 0.50 52.41 0.51 0.33
Hex 80 75 29 0 9 44 32 34 33 21
Octal 200 165 51 0 11 104 62 64 63 41
Binary 10000000 1110101 101001 0 1001 1000100 110010 110100 110011 100001

Color Harmonies of #807529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807529

Black with #807529

Text Example


Text Example

White with #807529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807529; }

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

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

background-color css

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

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

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

border-color css

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

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

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