Html Css Color HEX #817820 Pesto

📋 copy color: '#817820'

red 129 ◦ green 120 ◦ blue 32

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

Shades of Pesto #817820

Tints of Pesto #817820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

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

R = 45.91%
G = 42.7%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#817820 (or 0x817820) is known color: Pesto. HEX triplet: 81, 78 and 20. RGB value is (129,120,32). Sum of RGB (Red+Green+Blue) = 129+120+32=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #817820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817820 is #7E87DF. Grayscale: #717171. Windows color (decimal): -8292320 or 2128001. OLE color: 2128001.

HSL color Cylindrical-coordinate representation of color #817820: hue angle of 54.43º 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 #817820 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 120 32 -
CMYK 0 0.07 0.75 0.49
HSL 54.43º 0.6% 0.32% -
HSV(B) 54.43º 0.75% 0.51% -
XYZ 16.03 18.2 4.04 -
YUV 112.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 129 120 32 0 0.07 0.75 0.49 54.43 0.6 0.32
Hex 81 78 20 0 7 4B 31 36 3C 20
Octal 201 170 40 0 7 113 61 66 74 40
Binary 10000001 1111000 100000 0 111 1001011 110001 110110 111100 100000

Color Harmonies of #817820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817820

Black with #817820

Text Example


Text Example

White with #817820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817820; }

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

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

background-color css

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

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

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

border-color css

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

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

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