Html Css Color HEX #837C34 Pesto

📋 copy color: '#837C34'

red 131 ◦ green 124 ◦ blue 52

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

Shades of Pesto #837C34

Tints of Pesto #837C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 42.67%
G = 40.39%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#837C34 (or 0x837C34) is known color: Pesto. HEX triplet: 83, 7C and 34. RGB value is (131,124,52). Sum of RGB (Red+Green+Blue) = 131+124+52=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #837C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C34 is #7C83CB. Grayscale: #767676. Windows color (decimal): -8160204 or 3439747. OLE color: 3439747.

HSL color Cylindrical-coordinate representation of color #837C34: hue angle of 54.68º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #837C34 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 124 52 -
CMYK 0 0.05 0.60 0.49
HSL 54.68º 0.43% 0.36% -
HSV(B) 54.68º 0.6% 0.51% -
XYZ 17.19 19.49 6.1 -
YUV 117.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 131 124 52 0 0.05 0.60 0.49 54.68 0.43 0.36
Hex 83 7C 34 0 5 3C 31 37 2B 24
Octal 203 174 64 0 5 74 61 67 53 44
Binary 10000011 1111100 110100 0 101 111100 110001 110111 101011 100100

Color Harmonies of #837C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C34

Black with #837C34

Text Example


Text Example

White with #837C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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