Html Css Color HEX #83722C Pesto

📋 copy color: '#83722C'

red 131 ◦ green 114 ◦ blue 44

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

Shades of Pesto #83722C

Tints of Pesto #83722C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.45%

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

R = 45.33%
G = 39.45%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83722C (or 0x83722C) is known color: Pesto. HEX triplet: 83, 72 and 2C. RGB value is (131,114,44). Sum of RGB (Red+Green+Blue) = 131+114+44=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83722C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83722C is #7C8DD3. Grayscale: #6F6F6F. Windows color (decimal): -8162772 or 2912899. OLE color: 2912899.

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

Color convert

RGB 131 114 44 -
CMYK 0 0.13 0.66 0.49
HSL 48.28º 0.5% 0.34% -
HSV(B) 48.28º 0.66% 0.51% -
XYZ 15.83 17.04 4.84 -
YUV 111.1 90.13 142.19 -
System Red Green Blue C M Y K H S L
Decimal 131 114 44 0 0.13 0.66 0.49 48.28 0.5 0.34
Hex 83 72 2C 0 D 42 31 30 32 22
Octal 203 162 54 0 15 102 61 60 62 42
Binary 10000011 1110010 101100 0 1101 1000010 110001 110000 110010 100010

Color Harmonies of #83722C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83722C

Black with #83722C

Text Example


Text Example

White with #83722C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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