Html Css Color HEX #827731 Pesto

📋 copy color: '#827731'

red 130 ◦ green 119 ◦ blue 49

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

Shades of Pesto #827731

Tints of Pesto #827731

RGB

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

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

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

R = 43.62%
G = 39.93%
B = 16.44%

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

#827731 (or 0x827731) is known color: Pesto. HEX triplet: 82, 77 and 31. RGB value is (130,119,49). Sum of RGB (Red+Green+Blue) = 130+119+49=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #827731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827731 is #7D88CE. Grayscale: #727272. Windows color (decimal): -8227023 or 3241858. OLE color: 3241858.

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

Color convert

RGB 130 119 49 -
CMYK 0 0.08 0.62 0.49
HSL 51.85º 0.45% 0.35% -
HSV(B) 51.85º 0.62% 0.51% -
XYZ 16.36 18.16 5.55 -
YUV 114.31 91.14 139.19 -
System Red Green Blue C M Y K H S L
Decimal 130 119 49 0 0.08 0.62 0.49 51.85 0.45 0.35
Hex 82 77 31 0 8 3E 31 34 2D 23
Octal 202 167 61 0 10 76 61 64 55 43
Binary 10000010 1110111 110001 0 1000 111110 110001 110100 101101 100011

Color Harmonies of #827731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827731

Black with #827731

Text Example


Text Example

White with #827731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827731; }

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

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

background-color css

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

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

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

border-color css

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

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

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