#857B38

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

Shades of Pesto #857B38

Tints of Pesto #857B38

Color information

#857B38 (or 0x857B38) is unknown color: approx Pesto. HEX triplet: 85, 7B and 38. RGB value is (133,123,56). Sum of RGB (Red+Green+Blue) = 133+123+56=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 123 (48.44% from 255 or 39.42% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #857B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B38 is #7A84C7. Grayscale: #767676. Windows color (decimal): -8029384 or 3701637. OLE color: 3701637.

HSL color Cylindrical-coordinate representation of color #857B38: hue angle of 52.21º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #857B38 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB13312356-
CMYK00.080.580.48
HSL52.21º40.74%37.06%-
HSV(B)52.21º57.89%52.16%-
XYZ17.4719.446.57-
YUV118.3592.81138.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.63%
GREEN value IS 123 (48.44% from 255) = 39.42%
BLUE value IS 56 (22.27% from 255) = 17.95%
R=42.63%
G=39.42%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331235600.080.580.4852.2140.7437.06
Hex857B38083A30342925
Octal205173700107260645145
Binary10000101111101111100001000111010110000110100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857B38; }

 p { color: rgb(133,123,56); }

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

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

 a { background-color: rgb(133,123,56); }

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

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

 span { border-color: rgb(133,123,56); }

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