#837538

Color #837538 Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #837538

Tints of Pesto #837538

Color information

#837538 (or 0x837538) is unknown color: approx Pesto. HEX triplet: 83, 75 and 38. RGB value is (131,117,56). Sum of RGB (Red+Green+Blue) = 131+117+56=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #837538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #837538 is #7C8AC7. Grayscale: #727272. Windows color (decimal): -8161992 or 3700099. OLE color: 3700099.

HSL color Cylindrical-coordinate representation of color #837538: hue angle of 48.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #837538 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB13111756-
CMYK00.110.570.49
HSL48.8º40.11%36.67%-
HSV(B)48.8º57.25%51.37%-
XYZ16.4417.836.32-
YUV114.2395.14139.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=43.09%
G=38.49%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311175600.110.570.4948.840.1136.67
Hex8375380B3931312825
Octal203165700137161615045
Binary10000011111010111100001011111001110001110001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837538; }

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

 H1.HeaderClassName
 {
   color: #837538;
 }
 .AnyTagClassName
 {
   color: #837538;
 }
</style>
background-color css

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

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

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

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

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

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