Html Css Color HEX #837935 Pesto

📋 copy color: '#837935'

red 131 ◦ green 121 ◦ blue 53

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

Shades of Pesto #837935

Tints of Pesto #837935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.67%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 42.95%
G = 39.67%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#837935 (or 0x837935) is known color: Pesto. HEX triplet: 83, 79 and 35. RGB value is (131,121,53). Sum of RGB (Red+Green+Blue) = 131+121+53=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #837935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837935 is #7C86CA. Grayscale: #747474. Windows color (decimal): -8160971 or 3504515. OLE color: 3504515.

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

Color convert

RGB 131 121 53 -
CMYK 0 0.08 0.60 0.49
HSL 52.31º 0.42% 0.36% -
HSV(B) 52.31º 0.6% 0.51% -
XYZ 16.84 18.76 6.1 -
YUV 116.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 131 121 53 0 0.08 0.60 0.49 52.31 0.42 0.36
Hex 83 79 35 0 8 3C 31 34 2A 24
Octal 203 171 65 0 10 74 61 64 52 44
Binary 10000011 1111001 110101 0 1000 111100 110001 110100 101010 100100

Color Harmonies of #837935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837935

Black with #837935

Text Example


Text Example

White with #837935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837935; }

 p { color: rgb(131,121,53); }

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

background-color css

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

 a { background-color: rgb(131,121,53); }

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

border-color css

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

 span { border-color: rgb(131,121,53); }

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