Html Css Color HEX #827F37 Pesto

📋 copy color: '#827F37'

red 130 ◦ green 127 ◦ blue 55

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

Shades of Pesto #827F37

Tints of Pesto #827F37

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

 GREEN value IS 127 (50% from 255) = 40.71%

 BLUE value IS 55 (21.88% from 255) = 17.63%

R = 41.67%
G = 40.71%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827F37 (or 0x827F37) is known color: Pesto. HEX triplet: 82, 7F and 37. RGB value is (130,127,55). Sum of RGB (Red+Green+Blue) = 130+127+55=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F37 is #7D80C8. Grayscale: #777777. Windows color (decimal): -8224969 or 3637122. OLE color: 3637122.

HSL color Cylindrical-coordinate representation of color #827F37: hue angle of 57.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #827F37 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 55 -
CMYK 0 0.02 0.58 0.49
HSL 57.6º 0.41% 0.36% -
HSV(B) 57.6º 0.58% 0.51% -
XYZ 17.48 20.2 6.59 -
YUV 119.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 130 127 55 0 0.02 0.58 0.49 57.6 0.41 0.36
Hex 82 7F 37 0 2 3A 31 3A 29 24
Octal 202 177 67 0 2 72 61 72 51 44
Binary 10000010 1111111 110111 0 10 111010 110001 111010 101001 100100

Color Harmonies of #827F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F37

Black with #827F37

Text Example


Text Example

White with #827F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827F37; }

 p { color: rgb(130,127,55); }

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

background-color css

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

 a { background-color: rgb(130,127,55); }

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

border-color css

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

 span { border-color: rgb(130,127,55); }

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