Html Css Color HEX #83771D Pesto

📋 copy color: '#83771D'

red 131 ◦ green 119 ◦ blue 29

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

Shades of Pesto #83771D

Tints of Pesto #83771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 46.95%
G = 42.65%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83771D (or 0x83771D) is known color: Pesto. HEX triplet: 83, 77 and 1D. RGB value is (131,119,29). Sum of RGB (Red+Green+Blue) = 131+119+29=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83771D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83771D is #7C88E2. Grayscale: #707070. Windows color (decimal): -8161507 or 1931139. OLE color: 1931139.

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

Color convert

RGB 131 119 29 -
CMYK 0 0.09 0.78 0.49
HSL 52.94º 0.64% 0.31% -
HSV(B) 52.94º 0.78% 0.51% -
XYZ 16.18 18.11 3.8 -
YUV 112.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 131 119 29 0 0.09 0.78 0.49 52.94 0.64 0.31
Hex 83 77 1D 0 9 4E 31 35 40 1F
Octal 203 167 35 0 11 116 61 65 100 37
Binary 10000011 1110111 11101 0 1001 1001110 110001 110101 1000000 11111

Color Harmonies of #83771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83771D

Black with #83771D

Text Example


Text Example

White with #83771D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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