Html Css Color HEX #837A3A Pesto

📋 copy color: '#837A3A'

red 131 ◦ green 122 ◦ blue 58

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

Shades of Pesto #837A3A

Tints of Pesto #837A3A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

 BLUE value IS 58 (23.05% from 255) = 18.65%

R = 42.12%
G = 39.23%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#837A3A (or 0x837A3A) is known color: Pesto. HEX triplet: 83, 7A and 3A. RGB value is (131,122,58). Sum of RGB (Red+Green+Blue) = 131+122+58=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #837A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A3A is #7C85C5. Grayscale: #757575. Windows color (decimal): -8160710 or 3832451. OLE color: 3832451.

HSL color Cylindrical-coordinate representation of color #837A3A: hue angle of 52.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #837A3A is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 122 58 -
CMYK 0 0.07 0.56 0.49
HSL 52.6º 0.39% 0.37% -
HSV(B) 52.6º 0.56% 0.51% -
XYZ 17.08 19.05 6.78 -
YUV 117.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 131 122 58 0 0.07 0.56 0.49 52.6 0.39 0.37
Hex 83 7A 3A 0 7 38 31 35 27 25
Octal 203 172 72 0 7 70 61 65 47 45
Binary 10000011 1111010 111010 0 111 111000 110001 110101 100111 100101

Color Harmonies of #837A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A3A

Black with #837A3A

Text Example


Text Example

White with #837A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,122,58); }

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

background-color css

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

 a { background-color: rgb(131,122,58); }

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

border-color css

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

 span { border-color: rgb(131,122,58); }

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