Html Css Color HEX #837530 Pesto

📋 copy color: '#837530'

red 131 ◦ green 117 ◦ blue 48

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

Shades of Pesto #837530

Tints of Pesto #837530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 44.26%
G = 39.53%
B = 16.22%

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

#837530 (or 0x837530) is known color: Pesto. HEX triplet: 83, 75 and 30. RGB value is (131,117,48). Sum of RGB (Red+Green+Blue) = 131+117+48=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #837530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837530 is #7C8ACF. Grayscale: #717171. Windows color (decimal): -8162000 or 3175811. OLE color: 3175811.

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

Color convert

RGB 131 117 48 -
CMYK 0 0.11 0.63 0.49
HSL 49.88º 0.46% 0.35% -
HSV(B) 49.88º 0.63% 0.51% -
XYZ 16.25 17.76 5.37 -
YUV 113.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 131 117 48 0 0.11 0.63 0.49 49.88 0.46 0.35
Hex 83 75 30 0 B 3F 31 32 2E 23
Octal 203 165 60 0 13 77 61 62 56 43
Binary 10000011 1110101 110000 0 1011 111111 110001 110010 101110 100011

Color Harmonies of #837530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837530

Black with #837530

Text Example


Text Example

White with #837530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837530; }

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

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

background-color css

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

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

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

border-color css

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

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

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