Html Css Color HEX #83791F Pesto

📋 copy color: '#83791F'

red 131 ◦ green 121 ◦ blue 31

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

Shades of Pesto #83791F

Tints of Pesto #83791F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.76%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 46.29%
G = 42.76%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#83791F (or 0x83791F) is known color: Pesto. HEX triplet: 83, 79 and 1F. RGB value is (131,121,31). Sum of RGB (Red+Green+Blue) = 131+121+31=283 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.29% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 131 - color contains mainly: red. Hex color #83791F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83791F is #7C86E0. Grayscale: #727272. Windows color (decimal): -8160993 or 2062723. OLE color: 2062723.

HSL color Cylindrical-coordinate representation of color #83791F: hue angle of 54º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83791F is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 31 -
CMYK 0 0.08 0.76 0.49
HSL 54º 0.62% 0.32% -
HSV(B) 54º 0.76% 0.51% -
XYZ 16.44 18.6 4.02 -
YUV 113.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 131 121 31 0 0.08 0.76 0.49 54 0.62 0.32
Hex 83 79 1F 0 8 4C 31 36 3E 20
Octal 203 171 37 0 10 114 61 66 76 40
Binary 10000011 1111001 11111 0 1000 1001100 110001 110110 111110 100000

Color Harmonies of #83791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83791F

Black with #83791F

Text Example


Text Example

White with #83791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83791F; }

 p { color: rgb(131,121,31); }

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

background-color css

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

 a { background-color: rgb(131,121,31); }

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

border-color css

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

 span { border-color: rgb(131,121,31); }

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