Html Css Color HEX #827936 Pesto

📋 copy color: '#827936'

red 130 ◦ green 121 ◦ blue 54

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

Shades of Pesto #827936

Tints of Pesto #827936

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 42.62%
G = 39.67%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827936 (or 0x827936) is known color: Pesto. HEX triplet: 82, 79 and 36. RGB value is (130,121,54). Sum of RGB (Red+Green+Blue) = 130+121+54=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #827936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827936 is #7D86C9. Grayscale: #747474. Windows color (decimal): -8226506 or 3570050. OLE color: 3570050.

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

Color convert

RGB 130 121 54 -
CMYK 0 0.07 0.58 0.49
HSL 52.89º 0.41% 0.36% -
HSV(B) 52.89º 0.58% 0.51% -
XYZ 16.71 18.69 6.22 -
YUV 116.05 92.98 137.95 -
System Red Green Blue C M Y K H S L
Decimal 130 121 54 0 0.07 0.58 0.49 52.89 0.41 0.36
Hex 82 79 36 0 7 3A 31 35 29 24
Octal 202 171 66 0 7 72 61 65 51 44
Binary 10000010 1111001 110110 0 111 111010 110001 110101 101001 100100

Color Harmonies of #827936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827936

Black with #827936

Text Example


Text Example

White with #827936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827936; }

 p { color: rgb(130,121,54); }

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

background-color css

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

 a { background-color: rgb(130,121,54); }

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

border-color css

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

 span { border-color: rgb(130,121,54); }

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