Html Css Color HEX #817620 Pesto

📋 copy color: '#817620'

red 129 ◦ green 118 ◦ blue 32

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

Shades of Pesto #817620

Tints of Pesto #817620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 46.24%
G = 42.29%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#817620 (or 0x817620) is known color: Pesto. HEX triplet: 81, 76 and 20. RGB value is (129,118,32). Sum of RGB (Red+Green+Blue) = 129+118+32=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #817620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817620 is #7E89DF. Grayscale: #6F6F6F. Windows color (decimal): -8292832 or 2127489. OLE color: 2127489.

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

Color convert

RGB 129 118 32 -
CMYK 0 0.09 0.75 0.49
HSL 53.2º 0.6% 0.32% -
HSV(B) 53.2º 0.75% 0.51% -
XYZ 15.79 17.73 3.96 -
YUV 111.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 129 118 32 0 0.09 0.75 0.49 53.2 0.6 0.32
Hex 81 76 20 0 9 4B 31 35 3C 20
Octal 201 166 40 0 11 113 61 65 74 40
Binary 10000001 1110110 100000 0 1001 1001011 110001 110101 111100 100000

Color Harmonies of #817620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817620

Black with #817620

Text Example


Text Example

White with #817620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817620; }

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

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

background-color css

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

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

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

border-color css

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

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

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