Html Css Color HEX #837526 Pesto

📋 copy color: '#837526'

red 131 ◦ green 117 ◦ blue 38

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

Shades of Pesto #837526

Tints of Pesto #837526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 45.8%
G = 40.91%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#837526 (or 0x837526) is known color: Pesto. HEX triplet: 83, 75 and 26. RGB value is (131,117,38). Sum of RGB (Red+Green+Blue) = 131+117+38=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #837526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837526 is #7C8AD9. Grayscale: #707070. Windows color (decimal): -8162010 or 2520451. OLE color: 2520451.

HSL color Cylindrical-coordinate representation of color #837526: hue angle of 50.97º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #837526 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 38 -
CMYK 0 0.11 0.71 0.49
HSL 50.97º 0.55% 0.33% -
HSV(B) 50.97º 0.71% 0.51% -
XYZ 16.07 17.69 4.4 -
YUV 112.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 131 117 38 0 0.11 0.71 0.49 50.97 0.55 0.33
Hex 83 75 26 0 B 47 31 33 37 21
Octal 203 165 46 0 13 107 61 63 67 41
Binary 10000011 1110101 100110 0 1011 1000111 110001 110011 110111 100001

Color Harmonies of #837526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837526

Black with #837526

Text Example


Text Example

White with #837526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837526; }

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

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

background-color css

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

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

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

border-color css

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

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

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