Html Css Color HEX #837C3A Pesto

📋 copy color: '#837C3A'

red 131 ◦ green 124 ◦ blue 58

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

Shades of Pesto #837C3A

Tints of Pesto #837C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.62%

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 41.85%
G = 39.62%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#837C3A (or 0x837C3A) is known color: Pesto. HEX triplet: 83, 7C and 3A. RGB value is (131,124,58). Sum of RGB (Red+Green+Blue) = 131+124+58=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #837C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C3A is #7C83C5. Grayscale: #767676. Windows color (decimal): -8160198 or 3832963. OLE color: 3832963.

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

Color convert

RGB 131 124 58 -
CMYK 0 0.05 0.56 0.49
HSL 54.25º 0.39% 0.37% -
HSV(B) 54.25º 0.56% 0.51% -
XYZ 17.33 19.55 6.86 -
YUV 118.57 93.82 136.87 -
System Red Green Blue C M Y K H S L
Decimal 131 124 58 0 0.05 0.56 0.49 54.25 0.39 0.37
Hex 83 7C 3A 0 5 38 31 36 27 25
Octal 203 174 72 0 5 70 61 66 47 45
Binary 10000011 1111100 111010 0 101 111000 110001 110110 100111 100101

Color Harmonies of #837C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C3A

Black with #837C3A

Text Example


Text Example

White with #837C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,124,58); }

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

background-color css

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

 a { background-color: rgb(131,124,58); }

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

border-color css

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

 span { border-color: rgb(131,124,58); }

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