Html Css Color HEX #827531 Pesto

📋 copy color: '#827531'

red 130 ◦ green 117 ◦ blue 49

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

Shades of Pesto #827531

Tints of Pesto #827531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 43.92%
G = 39.53%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827531 (or 0x827531) is known color: Pesto. HEX triplet: 82, 75 and 31. RGB value is (130,117,49). Sum of RGB (Red+Green+Blue) = 130+117+49=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827531 is #7D8ACE. Grayscale: #717171. Windows color (decimal): -8227535 or 3241346. OLE color: 3241346.

HSL color Cylindrical-coordinate representation of color #827531: hue angle of 50.37º degrees, saturation: 0.45, 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 #827531 is Cyan = 0, Magento = 0.1, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 49 -
CMYK 0 0.1 0.62 0.49
HSL 50.37º 0.45% 0.35% -
HSV(B) 50.37º 0.62% 0.51% -
XYZ 16.12 17.69 5.47 -
YUV 113.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 130 117 49 0 0.1 0.62 0.49 50.37 0.45 0.35
Hex 82 75 31 0 A 3E 31 32 2D 23
Octal 202 165 61 0 12 76 61 62 55 43
Binary 10000010 1110101 110001 0 1010 111110 110001 110010 101101 100011

Color Harmonies of #827531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827531

Black with #827531

Text Example


Text Example

White with #827531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827531; }

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

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

background-color css

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

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

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

border-color css

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

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

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