Html Css Color HEX #817529 Pesto

📋 copy color: '#817529'

red 129 ◦ green 117 ◦ blue 41

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

Shades of Pesto #817529

Tints of Pesto #817529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 44.95%
G = 40.77%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#817529 (or 0x817529) is known color: Pesto. HEX triplet: 81, 75 and 29. RGB value is (129,117,41). Sum of RGB (Red+Green+Blue) = 129+117+41=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #817529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817529 is #7E8AD6. Grayscale: #707070. Windows color (decimal): -8293079 or 2717057. OLE color: 2717057.

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

Color convert

RGB 129 117 41 -
CMYK 0 0.09 0.68 0.49
HSL 51.82º 0.52% 0.33% -
HSV(B) 51.82º 0.68% 0.51% -
XYZ 15.81 17.55 4.65 -
YUV 111.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 129 117 41 0 0.09 0.68 0.49 51.82 0.52 0.33
Hex 81 75 29 0 9 44 31 34 34 21
Octal 201 165 51 0 11 104 61 64 64 41
Binary 10000001 1110101 101001 0 1001 1000100 110001 110100 110100 100001

Color Harmonies of #817529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817529

Black with #817529

Text Example


Text Example

White with #817529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817529; }

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

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

background-color css

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

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

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

border-color css

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

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

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