Html Css Color HEX #817815 Pesto

📋 copy color: '#817815'

red 129 ◦ green 120 ◦ blue 21

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

Shades of Pesto #817815

Tints of Pesto #817815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 47.78%
G = 44.44%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817815 (or 0x817815) is known color: Pesto. HEX triplet: 81, 78 and 15. RGB value is (129,120,21). Sum of RGB (Red+Green+Blue) = 129+120+21=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #817815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817815 is #7E87EA. Grayscale: #6F6F6F. Windows color (decimal): -8292331 or 1407105. OLE color: 1407105.

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

Color convert

RGB 129 120 21 -
CMYK 0 0.07 0.84 0.49
HSL 55º 0.72% 0.29% -
HSV(B) 55º 0.84% 0.51% -
XYZ 15.91 18.15 3.38 -
YUV 111.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 129 120 21 0 0.07 0.84 0.49 55 0.72 0.29
Hex 81 78 15 0 7 54 31 37 48 1D
Octal 201 170 25 0 7 124 61 67 110 35
Binary 10000001 1111000 10101 0 111 1010100 110001 110111 1001000 11101

Color Harmonies of #817815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817815

Black with #817815

Text Example


Text Example

White with #817815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817815; }

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

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

background-color css

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

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

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

border-color css

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

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

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