Html Css Color HEX #83772C Pesto

📋 copy color: '#83772C'

red 131 ◦ green 119 ◦ blue 44

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

Shades of Pesto #83772C

Tints of Pesto #83772C

RGB

 RED value IS 131 (51.56% from 255) = 44.56%

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

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 44.56%
G = 40.48%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83772C (or 0x83772C) is known color: Pesto. HEX triplet: 83, 77 and 2C. RGB value is (131,119,44). Sum of RGB (Red+Green+Blue) = 131+119+44=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83772C is #7C88D3. Grayscale: #727272. Windows color (decimal): -8161492 or 2914179. OLE color: 2914179.

HSL color Cylindrical-coordinate representation of color #83772C: hue angle of 51.72º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83772C is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 44 -
CMYK 0 0.09 0.66 0.49
HSL 51.72º 0.5% 0.34% -
HSV(B) 51.72º 0.66% 0.51% -
XYZ 16.41 18.2 5.03 -
YUV 114.04 88.48 140.1 -
System Red Green Blue C M Y K H S L
Decimal 131 119 44 0 0.09 0.66 0.49 51.72 0.5 0.34
Hex 83 77 2C 0 9 42 31 34 32 22
Octal 203 167 54 0 11 102 61 64 62 42
Binary 10000011 1110111 101100 0 1001 1000010 110001 110100 110010 100010

Color Harmonies of #83772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83772C

Black with #83772C

Text Example


Text Example

White with #83772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83772C; }

 p { color: rgb(131,119,44); }

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

background-color css

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

 a { background-color: rgb(131,119,44); }

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

border-color css

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

 span { border-color: rgb(131,119,44); }

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