Html Css Color HEX #83793A Pesto

📋 copy color: '#83793A'

red 131 ◦ green 121 ◦ blue 58

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

Shades of Pesto #83793A

Tints of Pesto #83793A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 42.26%
G = 39.03%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83793A (or 0x83793A) is known color: Pesto. HEX triplet: 83, 79 and 3A. RGB value is (131,121,58). Sum of RGB (Red+Green+Blue) = 131+121+58=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83793A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83793A is #7C86C5. Grayscale: #757575. Windows color (decimal): -8160966 or 3832195. OLE color: 3832195.

HSL color Cylindrical-coordinate representation of color #83793A: hue angle of 51.78º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83793A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 121 58 -
CMYK 0 0.08 0.56 0.49
HSL 51.78º 0.39% 0.37% -
HSV(B) 51.78º 0.56% 0.51% -
XYZ 16.96 18.81 6.74 -
YUV 116.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 131 121 58 0 0.08 0.56 0.49 51.78 0.39 0.37
Hex 83 79 3A 0 8 38 31 34 27 25
Octal 203 171 72 0 10 70 61 64 47 45
Binary 10000011 1111001 111010 0 1000 111000 110001 110100 100111 100101

Color Harmonies of #83793A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83793A

Black with #83793A

Text Example


Text Example

White with #83793A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83793A; }

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

 H1.HeaderClassName
 {
   color: #83793A;
 }
 .AnyTagClassName
 {
   color: #83793A;
 }
</style>

background-color css

<style>
 a { background-color: #83793A; }

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

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

border-color css

<style>
 span { border-color: #83793A; }

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

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