Html Css Color HEX #827720 Pesto

📋 copy color: '#827720'

red 130 ◦ green 119 ◦ blue 32

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

Shades of Pesto #827720

Tints of Pesto #827720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.35%

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

R = 46.26%
G = 42.35%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827720 (or 0x827720) is known color: Pesto. HEX triplet: 82, 77 and 20. RGB value is (130,119,32). Sum of RGB (Red+Green+Blue) = 130+119+32=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827720 is #7D88DF. Grayscale: #707070. Windows color (decimal): -8227040 or 2127746. OLE color: 2127746.

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

Color convert

RGB 130 119 32 -
CMYK 0 0.08 0.75 0.49
HSL 53.27º 0.6% 0.32% -
HSV(B) 53.27º 0.75% 0.51% -
XYZ 16.06 18.04 4 -
YUV 112.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 130 119 32 0 0.08 0.75 0.49 53.27 0.6 0.32
Hex 82 77 20 0 8 4B 31 35 3C 20
Octal 202 167 40 0 10 113 61 65 74 40
Binary 10000010 1110111 100000 0 1000 1001011 110001 110101 111100 100000

Color Harmonies of #827720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827720

Black with #827720

Text Example


Text Example

White with #827720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827720; }

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

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

background-color css

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

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

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

border-color css

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

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

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