Html Css Color HEX #807526 Pesto

📋 copy color: '#807526'

red 128 ◦ green 117 ◦ blue 38

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

Shades of Pesto #807526

Tints of Pesto #807526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 45.23%
G = 41.34%
B = 13.43%

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

#807526 (or 0x807526) is known color: Pesto. HEX triplet: 80, 75 and 26. RGB value is (128,117,38). Sum of RGB (Red+Green+Blue) = 128+117+38=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #807526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807526 is #7F8AD9. Grayscale: #6F6F6F. Windows color (decimal): -8358618 or 2520448. OLE color: 2520448.

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

Color convert

RGB 128 117 38 -
CMYK 0 0.09 0.70 0.50
HSL 52.67º 0.54% 0.33% -
HSV(B) 52.67º 0.7% 0.5% -
XYZ 15.61 17.45 4.38 -
YUV 111.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 128 117 38 0 0.09 0.70 0.50 52.67 0.54 0.33
Hex 80 75 26 0 9 46 32 35 36 21
Octal 200 165 46 0 11 106 62 65 66 41
Binary 10000000 1110101 100110 0 1001 1000110 110010 110101 110110 100001

Color Harmonies of #807526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807526

Black with #807526

Text Example


Text Example

White with #807526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807526; }

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

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

background-color css

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

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

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

border-color css

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

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

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