Html Css Color HEX #837B32 Pesto

📋 copy color: '#837B32'

red 131 ◦ green 123 ◦ blue 50

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

Shades of Pesto #837B32

Tints of Pesto #837B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.46%

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

R = 43.09%
G = 40.46%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#837B32 (or 0x837B32) is known color: Pesto. HEX triplet: 83, 7B and 32. RGB value is (131,123,50). Sum of RGB (Red+Green+Blue) = 131+123+50=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #837B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837B32 is #7C84CD. Grayscale: #757575. Windows color (decimal): -8160462 or 3308419. OLE color: 3308419.

HSL color Cylindrical-coordinate representation of color #837B32: hue angle of 54.07º 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 #837B32 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 123 50 -
CMYK 0 0.06 0.62 0.49
HSL 54.07º 0.45% 0.35% -
HSV(B) 54.07º 0.62% 0.51% -
XYZ 17.02 19.22 5.83 -
YUV 117.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 131 123 50 0 0.06 0.62 0.49 54.07 0.45 0.35
Hex 83 7B 32 0 6 3E 31 36 2D 23
Octal 203 173 62 0 6 76 61 66 55 43
Binary 10000011 1111011 110010 0 110 111110 110001 110110 101101 100011

Color Harmonies of #837B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837B32

Black with #837B32

Text Example


Text Example

White with #837B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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