Html Css Color HEX #837730 Pesto

📋 copy color: '#837730'

red 131 ◦ green 119 ◦ blue 48

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

Shades of Pesto #837730

Tints of Pesto #837730

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 43.96%
G = 39.93%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#837730 (or 0x837730) is known color: Pesto. HEX triplet: 83, 77 and 30. RGB value is (131,119,48). Sum of RGB (Red+Green+Blue) = 131+119+48=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #837730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837730 is #7C88CF. Grayscale: #727272. Windows color (decimal): -8161488 or 3176323. OLE color: 3176323.

HSL color Cylindrical-coordinate representation of color #837730: hue angle of 51.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #837730 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 119 48 -
CMYK 0 0.09 0.63 0.49
HSL 51.33º 0.46% 0.35% -
HSV(B) 51.33º 0.63% 0.51% -
XYZ 16.49 18.23 5.45 -
YUV 114.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 131 119 48 0 0.09 0.63 0.49 51.33 0.46 0.35
Hex 83 77 30 0 9 3F 31 33 2E 23
Octal 203 167 60 0 11 77 61 63 56 43
Binary 10000011 1110111 110000 0 1001 111111 110001 110011 101110 100011

Color Harmonies of #837730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837730

Black with #837730

Text Example


Text Example

White with #837730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837730; }

 p { color: rgb(131,119,48); }

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

background-color css

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

 a { background-color: rgb(131,119,48); }

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

border-color css

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

 span { border-color: rgb(131,119,48); }

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