Html Css Color HEX #83772D Pesto

📋 copy color: '#83772D'

red 131 ◦ green 119 ◦ blue 45

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

Shades of Pesto #83772D

Tints of Pesto #83772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 44.41%
G = 40.34%
B = 15.25%

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

#83772D (or 0x83772D) is known color: Pesto. HEX triplet: 83, 77 and 2D. RGB value is (131,119,45). Sum of RGB (Red+Green+Blue) = 131+119+45=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83772D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83772D is #7C88D2. Grayscale: #727272. Windows color (decimal): -8161491 or 2979715. OLE color: 2979715.

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

Color convert

RGB 131 119 45 -
CMYK 0 0.09 0.66 0.49
HSL 51.63º 0.49% 0.35% -
HSV(B) 51.63º 0.66% 0.51% -
XYZ 16.43 18.21 5.13 -
YUV 114.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 131 119 45 0 0.09 0.66 0.49 51.63 0.49 0.35
Hex 83 77 2D 0 9 42 31 34 31 23
Octal 203 167 55 0 11 102 61 64 61 43
Binary 10000011 1110111 101101 0 1001 1000010 110001 110100 110001 100011

Color Harmonies of #83772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83772D

Black with #83772D

Text Example


Text Example

White with #83772D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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