Html Css Color HEX #827C3A Pesto

📋 copy color: '#827C3A'

red 130 ◦ green 124 ◦ blue 58

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

Shades of Pesto #827C3A

Tints of Pesto #827C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.59%

R = 41.67%
G = 39.74%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#827C3A (or 0x827C3A) is known color: Pesto. HEX triplet: 82, 7C and 3A. RGB value is (130,124,58). Sum of RGB (Red+Green+Blue) = 130+124+58=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #827C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C3A is #7D83C5. Grayscale: #767676. Windows color (decimal): -8225734 or 3832962. OLE color: 3832962.

HSL color Cylindrical-coordinate representation of color #827C3A: hue angle of 55º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #827C3A is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 58 -
CMYK 0 0.05 0.55 0.49
HSL 55º 0.38% 0.37% -
HSV(B) 55º 0.55% 0.51% -
XYZ 17.18 19.47 6.86 -
YUV 118.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 130 124 58 0 0.05 0.55 0.49 55 0.38 0.37
Hex 82 7C 3A 0 5 37 31 37 26 25
Octal 202 174 72 0 5 67 61 67 46 45
Binary 10000010 1111100 111010 0 101 110111 110001 110111 100110 100101

Color Harmonies of #827C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C3A

Black with #827C3A

Text Example


Text Example

White with #827C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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