Html Css Color HEX #817720 Pesto

📋 copy color: '#817720'

red 129 ◦ green 119 ◦ blue 32

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

Shades of Pesto #817720

Tints of Pesto #817720

RGB

 RED value IS 129 (50.78% from 255) = 46.07%

 GREEN value IS 119 (46.88% from 255) = 42.5%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 46.07%
G = 42.5%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#817720 (or 0x817720) is known color: Pesto. HEX triplet: 81, 77 and 20. RGB value is (129,119,32). Sum of RGB (Red+Green+Blue) = 129+119+32=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #817720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817720 is #7E88DF. Grayscale: #707070. Windows color (decimal): -8292576 or 2127745. OLE color: 2127745.

HSL color Cylindrical-coordinate representation of color #817720: hue angle of 53.81º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #817720 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 119 32 -
CMYK 0 0.08 0.75 0.49
HSL 53.81º 0.6% 0.32% -
HSV(B) 53.81º 0.75% 0.51% -
XYZ 15.91 17.97 4 -
YUV 112.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 129 119 32 0 0.08 0.75 0.49 53.81 0.6 0.32
Hex 81 77 20 0 8 4B 31 36 3C 20
Octal 201 167 40 0 10 113 61 66 74 40
Binary 10000001 1110111 100000 0 1000 1001011 110001 110110 111100 100000

Color Harmonies of #817720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817720

Black with #817720

Text Example


Text Example

White with #817720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817720; }

 p { color: rgb(129,119,32); }

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

background-color css

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

 a { background-color: rgb(129,119,32); }

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

border-color css

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

 span { border-color: rgb(129,119,32); }

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