Html Css Color HEX #837534 Pesto

📋 copy color: '#837534'

red 131 ◦ green 117 ◦ blue 52

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

Shades of Pesto #837534

Tints of Pesto #837534

RGB

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

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

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

R = 43.67%
G = 39%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#837534 (or 0x837534) is known color: Pesto. HEX triplet: 83, 75 and 34. RGB value is (131,117,52). Sum of RGB (Red+Green+Blue) = 131+117+52=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #837534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837534 is #7C8ACB. Grayscale: #727272. Windows color (decimal): -8161996 or 3437955. OLE color: 3437955.

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

Color convert

RGB 131 117 52 -
CMYK 0 0.11 0.60 0.49
HSL 49.37º 0.43% 0.36% -
HSV(B) 49.37º 0.6% 0.51% -
XYZ 16.34 17.8 5.82 -
YUV 113.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 131 117 52 0 0.11 0.60 0.49 49.37 0.43 0.36
Hex 83 75 34 0 B 3C 31 31 2B 24
Octal 203 165 64 0 13 74 61 61 53 44
Binary 10000011 1110101 110100 0 1011 111100 110001 110001 101011 100100

Color Harmonies of #837534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837534

Black with #837534

Text Example


Text Example

White with #837534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837534; }

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

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

background-color css

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

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

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

border-color css

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

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

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