Html Css Color HEX #837430 Pesto

📋 copy color: '#837430'

red 131 ◦ green 116 ◦ blue 48

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

Shades of Pesto #837430

Tints of Pesto #837430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.32%

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

R = 44.41%
G = 39.32%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#837430 (or 0x837430) is known color: Pesto. HEX triplet: 83, 74 and 30. RGB value is (131,116,48). Sum of RGB (Red+Green+Blue) = 131+116+48=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #837430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837430 is #7C8BCF. Grayscale: #717171. Windows color (decimal): -8162256 or 3175555. OLE color: 3175555.

HSL color Cylindrical-coordinate representation of color #837430: hue angle of 49.16º 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 #837430 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 48 -
CMYK 0 0.11 0.63 0.49
HSL 49.16º 0.46% 0.35% -
HSV(B) 49.16º 0.63% 0.51% -
XYZ 16.14 17.53 5.33 -
YUV 112.73 91.47 141.03 -
System Red Green Blue C M Y K H S L
Decimal 131 116 48 0 0.11 0.63 0.49 49.16 0.46 0.35
Hex 83 74 30 0 B 3F 31 31 2E 23
Octal 203 164 60 0 13 77 61 61 56 43
Binary 10000011 1110100 110000 0 1011 111111 110001 110001 101110 100011

Color Harmonies of #837430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837430

Black with #837430

Text Example


Text Example

White with #837430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837430; }

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

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

background-color css

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

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

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

border-color css

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

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

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