Html Css Color HEX #827E37 Pesto

📋 copy color: '#827E37'

red 130 ◦ green 126 ◦ blue 55

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

Shades of Pesto #827E37

Tints of Pesto #827E37

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.51%

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

R = 41.8%
G = 40.51%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827E37 (or 0x827E37) is known color: Pesto. HEX triplet: 82, 7E and 37. RGB value is (130,126,55). Sum of RGB (Red+Green+Blue) = 130+126+55=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #827E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E37 is #7D81C8. Grayscale: #777777. Windows color (decimal): -8225225 or 3636866. OLE color: 3636866.

HSL color Cylindrical-coordinate representation of color #827E37: hue angle of 56.8º 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 #827E37 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 55 -
CMYK 0 0.03 0.58 0.49
HSL 56.8º 0.41% 0.36% -
HSV(B) 56.8º 0.58% 0.51% -
XYZ 17.36 19.94 6.55 -
YUV 119.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 130 126 55 0 0.03 0.58 0.49 56.8 0.41 0.36
Hex 82 7E 37 0 3 3A 31 39 29 24
Octal 202 176 67 0 3 72 61 71 51 44
Binary 10000010 1111110 110111 0 11 111010 110001 111001 101001 100100

Color Harmonies of #827E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E37

Black with #827E37

Text Example


Text Example

White with #827E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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