Html Css Color HEX #827832 Pesto

📋 copy color: '#827832'

red 130 ◦ green 120 ◦ blue 50

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

Shades of Pesto #827832

Tints of Pesto #827832

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40%

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 43.33%
G = 40%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827832 (or 0x827832) is known color: Pesto. HEX triplet: 82, 78 and 32. RGB value is (130,120,50). Sum of RGB (Red+Green+Blue) = 130+120+50=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #827832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827832 is #7D87CD. Grayscale: #737373. Windows color (decimal): -8226766 or 3307650. OLE color: 3307650.

HSL color Cylindrical-coordinate representation of color #827832: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #827832 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 50 -
CMYK 0 0.08 0.62 0.49
HSL 52.5º 0.44% 0.35% -
HSV(B) 52.5º 0.62% 0.51% -
XYZ 16.5 18.41 5.7 -
YUV 115.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 130 120 50 0 0.08 0.62 0.49 52.5 0.44 0.35
Hex 82 78 32 0 8 3E 31 34 2C 23
Octal 202 170 62 0 10 76 61 64 54 43
Binary 10000010 1111000 110010 0 1000 111110 110001 110100 101100 100011

Color Harmonies of #827832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827832

Black with #827832

Text Example


Text Example

White with #827832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827832; }

 p { color: rgb(130,120,50); }

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

background-color css

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

 a { background-color: rgb(130,120,50); }

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

border-color css

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

 span { border-color: rgb(130,120,50); }

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