#837B1E

Color #837B1E Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #837B1E

Tints of Pesto #837B1E

Color information

#837B1E (or 0x837B1E) is unknown color: approx Pesto. HEX triplet: 83, 7B and 1E. RGB value is (131,123,30). Sum of RGB (Red+Green+Blue) = 131+123+30=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #837B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837B1E is #7C84E1. Grayscale: #737373. Windows color (decimal): -8160482 or 1997699. OLE color: 1997699.

HSL color Cylindrical-coordinate representation of color #837B1E: hue angle of 55.25º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #837B1E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB13112330-
CMYK00.060.770.49
HSL55.25º62.73%31.57%-
HSV(B)55.25º77.1%51.37%-
XYZ16.6819.084.03-
YUV114.7980.15139.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.13%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 30 (12.11% from 255) = 10.56%
R=46.13%
G=43.31%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311233000.060.770.4955.2562.7331.57
Hex837B1E064D31373f20
Octal203173360611561677740
Binary1000001111110111111001101001101110001110111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,123,30); }

 H1.HeaderClassName
 {
   color: #837B1E;
 }
 .AnyTagClassName
 {
   color: #837B1E;
 }
</style>
background-color css

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

 a { background-color: rgb(131,123,30); }

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

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

 span { border-color: rgb(131,123,30); }

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