#857B35

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

Shades of Pesto #857B35

Tints of Pesto #857B35

Color information

#857B35 (or 0x857B35) is unknown color: approx Pesto. HEX triplet: 85, 7B and 35. RGB value is (133,123,53). Sum of RGB (Red+Green+Blue) = 133+123+53=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #857B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B35 is #7A84CA. Grayscale: #767676. Windows color (decimal): -8029387 or 3505029. OLE color: 3505029.

HSL color Cylindrical-coordinate representation of color #857B35: hue angle of 52.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857B35 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13312353-
CMYK00.080.600.48
HSL52.5º43.01%36.47%-
HSV(B)52.5º60.15%52.16%-
XYZ17.419.416.2-
YUV118.0191.31138.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 53 (21.09% from 255) = 17.15%
R=43.04%
G=39.81%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331235300.080.600.4852.543.0136.47
Hex857B35083C30342b24
Octal205173650107460645344
Binary10000101111101111010101000111100110000110100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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