Html Css Color HEX #837A1F Pesto

📋 copy color: '#837A1F'

red 131 ◦ green 122 ◦ blue 31

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

Shades of Pesto #837A1F

Tints of Pesto #837A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.92%

R = 46.13%
G = 42.96%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#837A1F (or 0x837A1F) is known color: Pesto. HEX triplet: 83, 7A and 1F. RGB value is (131,122,31). Sum of RGB (Red+Green+Blue) = 131+122+31=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #837A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837A1F is #7C85E0. Grayscale: #727272. Windows color (decimal): -8160737 or 2062979. OLE color: 2062979.

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

Color convert

RGB 131 122 31 -
CMYK 0 0.07 0.76 0.49
HSL 54.6º 0.62% 0.32% -
HSV(B) 54.6º 0.76% 0.51% -
XYZ 16.57 18.84 4.06 -
YUV 114.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 131 122 31 0 0.07 0.76 0.49 54.6 0.62 0.32
Hex 83 7A 1F 0 7 4C 31 37 3E 20
Octal 203 172 37 0 7 114 61 67 76 40
Binary 10000011 1111010 11111 0 111 1001100 110001 110111 111110 100000

Color Harmonies of #837A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837A1F

Black with #837A1F

Text Example


Text Example

White with #837A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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