Html Css Color HEX #817520 Pesto

📋 copy color: '#817520'

red 129 ◦ green 117 ◦ blue 32

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

Shades of Pesto #817520

Tints of Pesto #817520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 46.4%
G = 42.09%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#817520 (or 0x817520) is known color: Pesto. HEX triplet: 81, 75 and 20. RGB value is (129,117,32). Sum of RGB (Red+Green+Blue) = 129+117+32=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #817520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817520 is #7E8ADF. Grayscale: #6F6F6F. Windows color (decimal): -8293088 or 2127233. OLE color: 2127233.

HSL color Cylindrical-coordinate representation of color #817520: hue angle of 52.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #817520 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 117 32 -
CMYK 0 0.09 0.75 0.49
HSL 52.58º 0.6% 0.32% -
HSV(B) 52.58º 0.75% 0.51% -
XYZ 15.68 17.49 3.92 -
YUV 110.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 129 117 32 0 0.09 0.75 0.49 52.58 0.6 0.32
Hex 81 75 20 0 9 4B 31 35 3C 20
Octal 201 165 40 0 11 113 61 65 74 40
Binary 10000001 1110101 100000 0 1001 1001011 110001 110101 111100 100000

Color Harmonies of #817520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817520

Black with #817520

Text Example


Text Example

White with #817520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817520; }

 p { color: rgb(129,117,32); }

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

background-color css

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

 a { background-color: rgb(129,117,32); }

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

border-color css

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

 span { border-color: rgb(129,117,32); }

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