Html Css Color HEX #817331 Pesto

📋 copy color: '#817331'

red 129 ◦ green 115 ◦ blue 49

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

Shades of Pesto #817331

Tints of Pesto #817331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.25%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 44.03%
G = 39.25%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#817331 (or 0x817331) is known color: Pesto. HEX triplet: 81, 73 and 31. RGB value is (129,115,49). Sum of RGB (Red+Green+Blue) = 129+115+49=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #817331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817331 is #7E8CCE. Grayscale: #6F6F6F. Windows color (decimal): -8293583 or 3240833. OLE color: 3240833.

HSL color Cylindrical-coordinate representation of color #817331: hue angle of 49.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #817331 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 115 49 -
CMYK 0 0.11 0.62 0.49
HSL 49.5º 0.45% 0.35% -
HSV(B) 49.5º 0.62% 0.51% -
XYZ 15.74 17.15 5.39 -
YUV 111.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 129 115 49 0 0.11 0.62 0.49 49.5 0.45 0.35
Hex 81 73 31 0 B 3E 31 32 2D 23
Octal 201 163 61 0 13 76 61 62 55 43
Binary 10000001 1110011 110001 0 1011 111110 110001 110010 101101 100011

Color Harmonies of #817331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817331

Black with #817331

Text Example


Text Example

White with #817331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817331; }

 p { color: rgb(129,115,49); }

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

background-color css

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

 a { background-color: rgb(129,115,49); }

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

border-color css

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

 span { border-color: rgb(129,115,49); }

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