Html Css Color HEX #83762C Pesto

📋 copy color: '#83762C'

red 131 ◦ green 118 ◦ blue 44

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

Shades of Pesto #83762C

Tints of Pesto #83762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

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

R = 44.71%
G = 40.27%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83762C (or 0x83762C) is known color: Pesto. HEX triplet: 83, 76 and 2C. RGB value is (131,118,44). Sum of RGB (Red+Green+Blue) = 131+118+44=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83762C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83762C is #7C89D3. Grayscale: #717171. Windows color (decimal): -8161748 or 2913923. OLE color: 2913923.

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

Color convert

RGB 131 118 44 -
CMYK 0 0.10 0.66 0.49
HSL 51.03º 0.5% 0.34% -
HSV(B) 51.03º 0.66% 0.51% -
XYZ 16.29 17.96 4.99 -
YUV 113.45 88.81 140.52 -
System Red Green Blue C M Y K H S L
Decimal 131 118 44 0 0.10 0.66 0.49 51.03 0.5 0.34
Hex 83 76 2C 0 A 42 31 33 32 22
Octal 203 166 54 0 12 102 61 63 62 42
Binary 10000011 1110110 101100 0 1010 1000010 110001 110011 110010 100010

Color Harmonies of #83762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83762C

Black with #83762C

Text Example


Text Example

White with #83762C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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