Html Css Color HEX #837B1E Pesto

📋 copy color: '#837B1E'

red 131 ◦ green 123 ◦ blue 30

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

Shades of Pesto #837B1E

Tints of Pesto #837B1E

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 value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#837B1E (or 0x837B1E) is known color: 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

RGB 131 123 30 -
CMYK 0 0.06 0.77 0.49
HSL 55.25º 0.63% 0.32% -
HSV(B) 55.25º 0.77% 0.51% -
XYZ 16.68 19.08 4.03 -
YUV 114.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 131 123 30 0 0.06 0.77 0.49 55.25 0.63 0.32
Hex 83 7B 1E 0 6 4D 31 37 3F 20
Octal 203 173 36 0 6 115 61 67 77 40
Binary 10000011 1111011 11110 0 110 1001101 110001 110111 111111 100000

Color Harmonies of #837B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B1E

Black with #837B1E

Text Example


Text Example

White with #837B1E

Text Example


Text Example

HTML Codes & Css Web 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>