Html Css Color HEX #817521 Pesto

📋 copy color: '#817521'

red 129 ◦ green 117 ◦ blue 33

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

Shades of Pesto #817521

Tints of Pesto #817521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.83%

R = 46.24%
G = 41.94%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#817521 (or 0x817521) is known color: Pesto. HEX triplet: 81, 75 and 21. RGB value is (129,117,33). Sum of RGB (Red+Green+Blue) = 129+117+33=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #817521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817521 is #7E8ADE. Grayscale: #6F6F6F. Windows color (decimal): -8293087 or 2192769. OLE color: 2192769.

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

Color convert

RGB 129 117 33 -
CMYK 0 0.09 0.74 0.49
HSL 52.5º 0.59% 0.32% -
HSV(B) 52.5º 0.74% 0.51% -
XYZ 15.69 17.5 3.99 -
YUV 111.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 129 117 33 0 0.09 0.74 0.49 52.5 0.59 0.32
Hex 81 75 21 0 9 4A 31 34 3B 20
Octal 201 165 41 0 11 112 61 64 73 40
Binary 10000001 1110101 100001 0 1001 1001010 110001 110100 111011 100000

Color Harmonies of #817521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817521

Black with #817521

Text Example


Text Example

White with #817521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817521; }

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

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

background-color css

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

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

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

border-color css

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

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

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