Html Css Color HEX #817526 Pesto

📋 copy color: '#817526'

red 129 ◦ green 117 ◦ blue 38

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

Shades of Pesto #817526

Tints of Pesto #817526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 45.42%
G = 41.2%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#817526 (or 0x817526) is known color: Pesto. HEX triplet: 81, 75 and 26. RGB value is (129,117,38). Sum of RGB (Red+Green+Blue) = 129+117+38=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #817526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817526 is #7E8AD9. Grayscale: #6F6F6F. Windows color (decimal): -8293082 or 2520449. OLE color: 2520449.

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

Color convert

RGB 129 117 38 -
CMYK 0 0.09 0.71 0.49
HSL 52.09º 0.54% 0.33% -
HSV(B) 52.09º 0.71% 0.51% -
XYZ 15.76 17.53 4.39 -
YUV 111.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 129 117 38 0 0.09 0.71 0.49 52.09 0.54 0.33
Hex 81 75 26 0 9 47 31 34 36 21
Octal 201 165 46 0 11 107 61 64 66 41
Binary 10000001 1110101 100110 0 1001 1000111 110001 110100 110110 100001

Color Harmonies of #817526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817526

Black with #817526

Text Example


Text Example

White with #817526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817526; }

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

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

background-color css

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

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

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

border-color css

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

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

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