Html Css Color HEX #837C32 Pesto

📋 copy color: '#837C32'

red 131 ◦ green 124 ◦ blue 50

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

Shades of Pesto #837C32

Tints of Pesto #837C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 42.95%
G = 40.66%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#837C32 (or 0x837C32) is known color: Pesto. HEX triplet: 83, 7C and 32. RGB value is (131,124,50). Sum of RGB (Red+Green+Blue) = 131+124+50=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #837C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837C32 is #7C83CD. Grayscale: #757575. Windows color (decimal): -8160206 or 3308675. OLE color: 3308675.

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

Color convert

RGB 131 124 50 -
CMYK 0 0.05 0.62 0.49
HSL 54.81º 0.45% 0.35% -
HSV(B) 54.81º 0.62% 0.51% -
XYZ 17.14 19.47 5.87 -
YUV 117.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 131 124 50 0 0.05 0.62 0.49 54.81 0.45 0.35
Hex 83 7C 32 0 5 3E 31 37 2D 23
Octal 203 174 62 0 5 76 61 67 55 43
Binary 10000011 1111100 110010 0 101 111110 110001 110111 101101 100011

Color Harmonies of #837C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C32

Black with #837C32

Text Example


Text Example

White with #837C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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