Html Css Color HEX #827C36 Pesto

📋 copy color: '#827C36'

red 130 ◦ green 124 ◦ blue 54

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

Shades of Pesto #827C36

Tints of Pesto #827C36

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

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

R = 42.21%
G = 40.26%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827C36 (or 0x827C36) is known color: Pesto. HEX triplet: 82, 7C and 36. RGB value is (130,124,54). Sum of RGB (Red+Green+Blue) = 130+124+54=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #827C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C36 is #7D83C9. Grayscale: #767676. Windows color (decimal): -8225738 or 3570818. OLE color: 3570818.

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

Color convert

RGB 130 124 54 -
CMYK 0 0.05 0.58 0.49
HSL 55.26º 0.41% 0.36% -
HSV(B) 55.26º 0.58% 0.51% -
XYZ 17.08 19.43 6.34 -
YUV 117.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 130 124 54 0 0.05 0.58 0.49 55.26 0.41 0.36
Hex 82 7C 36 0 5 3A 31 37 29 24
Octal 202 174 66 0 5 72 61 67 51 44
Binary 10000010 1111100 110110 0 101 111010 110001 110111 101001 100100

Color Harmonies of #827C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C36

Black with #827C36

Text Example


Text Example

White with #827C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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