Html Css Color HEX #837532 Pesto

📋 copy color: '#837532'

red 131 ◦ green 117 ◦ blue 50

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

Shades of Pesto #837532

Tints of Pesto #837532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.26%

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

R = 43.96%
G = 39.26%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#837532 (or 0x837532) is known color: Pesto. HEX triplet: 83, 75 and 32. RGB value is (131,117,50). Sum of RGB (Red+Green+Blue) = 131+117+50=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #837532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837532 is #7C8ACD. Grayscale: #717171. Windows color (decimal): -8161998 or 3306883. OLE color: 3306883.

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

Color convert

RGB 131 117 50 -
CMYK 0 0.11 0.62 0.49
HSL 49.63º 0.45% 0.35% -
HSV(B) 49.63º 0.62% 0.51% -
XYZ 16.3 17.78 5.59 -
YUV 113.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 131 117 50 0 0.11 0.62 0.49 49.63 0.45 0.35
Hex 83 75 32 0 B 3E 31 32 2D 23
Octal 203 165 62 0 13 76 61 62 55 43
Binary 10000011 1110101 110010 0 1011 111110 110001 110010 101101 100011

Color Harmonies of #837532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837532

Black with #837532

Text Example


Text Example

White with #837532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837532; }

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

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

background-color css

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

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

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

border-color css

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

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

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