Html Css Color HEX #837A1A Pesto

📋 copy color: '#837A1A'

red 131 ◦ green 122 ◦ blue 26

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

Shades of Pesto #837A1A

Tints of Pesto #837A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.32%

R = 46.95%
G = 43.73%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.49

RGB Variations

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

Color information

#837A1A (or 0x837A1A) is known color: Pesto. HEX triplet: 83, 7A and 1A. RGB value is (131,122,26). Sum of RGB (Red+Green+Blue) = 131+122+26=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #837A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A1A is #7C85E5. Grayscale: #727272. Windows color (decimal): -8160742 or 1735299. OLE color: 1735299.

HSL color Cylindrical-coordinate representation of color #837A1A: hue angle of 54.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #837A1A is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 122 26 -
CMYK 0 0.07 0.80 0.49
HSL 54.86º 0.67% 0.31% -
HSV(B) 54.86º 0.8% 0.51% -
XYZ 16.51 18.82 3.74 -
YUV 113.75 78.48 140.31 -
System Red Green Blue C M Y K H S L
Decimal 131 122 26 0 0.07 0.80 0.49 54.86 0.67 0.31
Hex 83 7A 1A 0 7 50 31 37 43 1F
Octal 203 172 32 0 7 120 61 67 103 37
Binary 10000011 1111010 11010 0 111 1010000 110001 110111 1000011 11111

Color Harmonies of #837A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A1A

Black with #837A1A

Text Example


Text Example

White with #837A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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