Html Css Color HEX #817816 Pesto

📋 copy color: '#817816'

red 129 ◦ green 120 ◦ blue 22

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

Shades of Pesto #817816

Tints of Pesto #817816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.28%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 47.6%
G = 44.28%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#817816 (or 0x817816) is known color: Pesto. HEX triplet: 81, 78 and 16. RGB value is (129,120,22). Sum of RGB (Red+Green+Blue) = 129+120+22=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #817816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817816 is #7E87E9. Grayscale: #6F6F6F. Windows color (decimal): -8292330 or 1472641. OLE color: 1472641.

HSL color Cylindrical-coordinate representation of color #817816: hue angle of 54.95º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #817816 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 120 22 -
CMYK 0 0.07 0.83 0.49
HSL 54.95º 0.71% 0.3% -
HSV(B) 54.95º 0.83% 0.51% -
XYZ 15.91 18.16 3.43 -
YUV 111.52 77.48 140.47 -
System Red Green Blue C M Y K H S L
Decimal 129 120 22 0 0.07 0.83 0.49 54.95 0.71 0.3
Hex 81 78 16 0 7 53 31 37 47 1E
Octal 201 170 26 0 7 123 61 67 107 36
Binary 10000001 1111000 10110 0 111 1010011 110001 110111 1000111 11110

Color Harmonies of #817816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817816

Black with #817816

Text Example


Text Example

White with #817816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817816; }

 p { color: rgb(129,120,22); }

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

background-color css

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

 a { background-color: rgb(129,120,22); }

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

border-color css

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

 span { border-color: rgb(129,120,22); }

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