Html Css Color HEX #817431 Pesto

📋 copy color: '#817431'

red 129 ◦ green 116 ◦ blue 49

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

Shades of Pesto #817431

Tints of Pesto #817431

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

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

R = 43.88%
G = 39.46%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#817431 (or 0x817431) is known color: Pesto. HEX triplet: 81, 74 and 31. RGB value is (129,116,49). Sum of RGB (Red+Green+Blue) = 129+116+49=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 49 (19.53% from 255 or 16.67% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #817431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817431 is #7E8BCE. Grayscale: #707070. Windows color (decimal): -8293327 or 3241089. OLE color: 3241089.

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

Color convert

RGB 129 116 49 -
CMYK 0 0.10 0.62 0.49
HSL 50.25º 0.45% 0.35% -
HSV(B) 50.25º 0.62% 0.51% -
XYZ 15.85 17.38 5.42 -
YUV 112.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 129 116 49 0 0.10 0.62 0.49 50.25 0.45 0.35
Hex 81 74 31 0 A 3E 31 32 2D 23
Octal 201 164 61 0 12 76 61 62 55 43
Binary 10000001 1110100 110001 0 1010 111110 110001 110010 101101 100011

Color Harmonies of #817431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817431

Black with #817431

Text Example


Text Example

White with #817431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817431; }

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

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

background-color css

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

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

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

border-color css

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

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

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