Html Css Color HEX #827E34 Pesto

📋 copy color: '#827E34'

red 130 ◦ green 126 ◦ blue 52

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

Shades of Pesto #827E34

Tints of Pesto #827E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 42.21%
G = 40.91%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#827E34 (or 0x827E34) is known color: Pesto. HEX triplet: 82, 7E and 34. RGB value is (130,126,52). Sum of RGB (Red+Green+Blue) = 130+126+52=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E34 is #7D81CB. Grayscale: #777777. Windows color (decimal): -8225228 or 3440258. OLE color: 3440258.

HSL color Cylindrical-coordinate representation of color #827E34: hue angle of 56.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #827E34 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 52 -
CMYK 0 0.03 0.60 0.49
HSL 56.92º 0.43% 0.36% -
HSV(B) 56.92º 0.6% 0.51% -
XYZ 17.29 19.92 6.18 -
YUV 118.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 130 126 52 0 0.03 0.60 0.49 56.92 0.43 0.36
Hex 82 7E 34 0 3 3C 31 39 2B 24
Octal 202 176 64 0 3 74 61 71 53 44
Binary 10000010 1111110 110100 0 11 111100 110001 111001 101011 100100

Color Harmonies of #827E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E34

Black with #827E34

Text Example


Text Example

White with #827E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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