Html Css Color HEX #837A3B Pesto

📋 copy color: '#837A3B'

red 131 ◦ green 122 ◦ blue 59

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

Shades of Pesto #837A3B

Tints of Pesto #837A3B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.1%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 41.99%
G = 39.1%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#837A3B (or 0x837A3B) is known color: Pesto. HEX triplet: 83, 7A and 3B. RGB value is (131,122,59). Sum of RGB (Red+Green+Blue) = 131+122+59=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #837A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A3B is #7C85C4. Grayscale: #757575. Windows color (decimal): -8160709 or 3897987. OLE color: 3897987.

HSL color Cylindrical-coordinate representation of color #837A3B: hue angle of 52.5º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #837A3B is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 122 59 -
CMYK 0 0.07 0.55 0.49
HSL 52.5º 0.38% 0.37% -
HSV(B) 52.5º 0.55% 0.51% -
XYZ 17.11 19.06 6.91 -
YUV 117.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 131 122 59 0 0.07 0.55 0.49 52.5 0.38 0.37
Hex 83 7A 3B 0 7 37 31 34 26 25
Octal 203 172 73 0 7 67 61 64 46 45
Binary 10000011 1111010 111011 0 111 110111 110001 110100 100110 100101

Color Harmonies of #837A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A3B

Black with #837A3B

Text Example


Text Example

White with #837A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,122,59); }

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

background-color css

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

 a { background-color: rgb(131,122,59); }

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

border-color css

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

 span { border-color: rgb(131,122,59); }

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