Html Css Color HEX #837D2C Pesto

📋 copy color: '#837D2C'

red 131 ◦ green 125 ◦ blue 44

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

Shades of Pesto #837D2C

Tints of Pesto #837D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.67%

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

R = 43.67%
G = 41.67%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#837D2C (or 0x837D2C) is known color: Pesto. HEX triplet: 83, 7D and 2C. RGB value is (131,125,44). Sum of RGB (Red+Green+Blue) = 131+125+44=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #837D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837D2C is #7C82D3. Grayscale: #757575. Windows color (decimal): -8159956 or 2915715. OLE color: 2915715.

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

Color convert

RGB 131 125 44 -
CMYK 0 0.05 0.66 0.49
HSL 55.86º 0.5% 0.34% -
HSV(B) 55.86º 0.66% 0.51% -
XYZ 17.15 19.67 5.28 -
YUV 117.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 131 125 44 0 0.05 0.66 0.49 55.86 0.5 0.34
Hex 83 7D 2C 0 5 42 31 38 32 22
Octal 203 175 54 0 5 102 61 70 62 42
Binary 10000011 1111101 101100 0 101 1000010 110001 111000 110010 100010

Color Harmonies of #837D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837D2C

Black with #837D2C

Text Example


Text Example

White with #837D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837D2C; }

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

 H1.HeaderClassName
 {
   color: #837D2C;
 }
 .AnyTagClassName
 {
   color: #837D2C;
 }
</style>

background-color css

<style>
 a { background-color: #837D2C; }

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

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

border-color css

<style>
 span { border-color: #837D2C; }

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

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