Html Css Color HEX #83781D Pesto

📋 copy color: '#83781D'

red 131 ◦ green 120 ◦ blue 29

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

Shades of Pesto #83781D

Tints of Pesto #83781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

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

R = 46.79%
G = 42.86%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83781D (or 0x83781D) is known color: Pesto. HEX triplet: 83, 78 and 1D. RGB value is (131,120,29). Sum of RGB (Red+Green+Blue) = 131+120+29=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83781D is #7C87E2. Grayscale: #717171. Windows color (decimal): -8161251 or 1931395. OLE color: 1931395.

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

Color convert

RGB 131 120 29 -
CMYK 0 0.08 0.78 0.49
HSL 53.53º 0.64% 0.31% -
HSV(B) 53.53º 0.78% 0.51% -
XYZ 16.3 18.35 3.84 -
YUV 112.92 80.64 140.9 -
System Red Green Blue C M Y K H S L
Decimal 131 120 29 0 0.08 0.78 0.49 53.53 0.64 0.31
Hex 83 78 1D 0 8 4E 31 36 40 1F
Octal 203 170 35 0 10 116 61 66 100 37
Binary 10000011 1111000 11101 0 1000 1001110 110001 110110 1000000 11111

Color Harmonies of #83781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83781D

Black with #83781D

Text Example


Text Example

White with #83781D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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