Html Css Color HEX #83792C Pesto

📋 copy color: '#83792C'

red 131 ◦ green 121 ◦ blue 44

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

Shades of Pesto #83792C

Tints of Pesto #83792C

RGB

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

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

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

R = 44.26%
G = 40.88%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83792C (or 0x83792C) is known color: Pesto. HEX triplet: 83, 79 and 2C. RGB value is (131,121,44). Sum of RGB (Red+Green+Blue) = 131+121+44=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #83792C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83792C is #7C86D3. Grayscale: #737373. Windows color (decimal): -8160980 or 2914691. OLE color: 2914691.

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

Color convert

RGB 131 121 44 -
CMYK 0 0.08 0.66 0.49
HSL 53.1º 0.5% 0.34% -
HSV(B) 53.1º 0.66% 0.51% -
XYZ 16.65 18.68 5.11 -
YUV 115.21 87.81 139.26 -
System Red Green Blue C M Y K H S L
Decimal 131 121 44 0 0.08 0.66 0.49 53.1 0.5 0.34
Hex 83 79 2C 0 8 42 31 35 32 22
Octal 203 171 54 0 10 102 61 65 62 42
Binary 10000011 1111001 101100 0 1000 1000010 110001 110101 110010 100010

Color Harmonies of #83792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83792C

Black with #83792C

Text Example


Text Example

White with #83792C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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