Html Css Color HEX #817D2F Pesto

📋 copy color: '#817D2F'

red 129 ◦ green 125 ◦ blue 47

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

Shades of Pesto #817D2F

Tints of Pesto #817D2F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 42.86%
G = 41.53%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#817D2F (or 0x817D2F) is known color: Pesto. HEX triplet: 81, 7D and 2F. RGB value is (129,125,47). Sum of RGB (Red+Green+Blue) = 129+125+47=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #817D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817D2F is #7E82D0. Grayscale: #757575. Windows color (decimal): -8291025 or 3112321. OLE color: 3112321.

HSL color Cylindrical-coordinate representation of color #817D2F: hue angle of 57.07º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #817D2F is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 125 47 -
CMYK 0 0.03 0.64 0.49
HSL 57.07º 0.47% 0.35% -
HSV(B) 57.07º 0.64% 0.51% -
XYZ 16.9 19.54 5.57 -
YUV 117.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 129 125 47 0 0.03 0.64 0.49 57.07 0.47 0.35
Hex 81 7D 2F 0 3 40 31 39 2F 23
Octal 201 175 57 0 3 100 61 71 57 43
Binary 10000001 1111101 101111 0 11 1000000 110001 111001 101111 100011

Color Harmonies of #817D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817D2F

Black with #817D2F

Text Example


Text Example

White with #817D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817D2F; }

 p { color: rgb(129,125,47); }

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

background-color css

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

 a { background-color: rgb(129,125,47); }

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

border-color css

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

 span { border-color: rgb(129,125,47); }

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