Html Css Color HEX #817031 Pesto

📋 copy color: '#817031'

red 129 ◦ green 112 ◦ blue 49

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

Shades of Pesto #817031

Tints of Pesto #817031

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 44.48%
G = 38.62%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#817031 (or 0x817031) is known color: Pesto. HEX triplet: 81, 70 and 31. RGB value is (129,112,49). Sum of RGB (Red+Green+Blue) = 129+112+49=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #817031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817031 is #7E8FCE. Grayscale: #6E6E6E. Windows color (decimal): -8294351 or 3240065. OLE color: 3240065.

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

Color convert

RGB 129 112 49 -
CMYK 0 0.13 0.62 0.49
HSL 47.25º 0.45% 0.35% -
HSV(B) 47.25º 0.62% 0.51% -
XYZ 15.4 16.48 5.27 -
YUV 109.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 129 112 49 0 0.13 0.62 0.49 47.25 0.45 0.35
Hex 81 70 31 0 D 3E 31 2F 2D 23
Octal 201 160 61 0 15 76 61 57 55 43
Binary 10000001 1110000 110001 0 1101 111110 110001 101111 101101 100011

Color Harmonies of #817031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817031

Black with #817031

Text Example


Text Example

White with #817031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817031; }

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

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

background-color css

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

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

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

border-color css

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

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

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