Html Css Color HEX #827520 Pesto

📋 copy color: '#827520'

red 130 ◦ green 117 ◦ blue 32

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

Shades of Pesto #827520

Tints of Pesto #827520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 32 (12.89% from 255) = 11.47%

R = 46.59%
G = 41.94%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827520 (or 0x827520) is known color: Pesto. HEX triplet: 82, 75 and 20. RGB value is (130,117,32). Sum of RGB (Red+Green+Blue) = 130+117+32=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #827520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827520 is #7D8ADF. Grayscale: #6F6F6F. Windows color (decimal): -8227552 or 2127234. OLE color: 2127234.

HSL color Cylindrical-coordinate representation of color #827520: hue angle of 52.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #827520 is Cyan = 0, Magento = 0.1, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 32 -
CMYK 0 0.1 0.75 0.49
HSL 52.04º 0.6% 0.32% -
HSV(B) 52.04º 0.75% 0.51% -
XYZ 15.83 17.57 3.92 -
YUV 111.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 130 117 32 0 0.1 0.75 0.49 52.04 0.6 0.32
Hex 82 75 20 0 A 4B 31 34 3C 20
Octal 202 165 40 0 12 113 61 64 74 40
Binary 10000010 1110101 100000 0 1010 1001011 110001 110100 111100 100000

Color Harmonies of #827520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827520

Black with #827520

Text Example


Text Example

White with #827520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827520; }

 p { color: rgb(130,117,32); }

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

background-color css

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

 a { background-color: rgb(130,117,32); }

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

border-color css

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

 span { border-color: rgb(130,117,32); }

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