#857B30

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

Shades of Pesto #857B30

Tints of Pesto #857B30

Color information

#857B30 (or 0x857B30) is unknown color: approx Pesto. HEX triplet: 85, 7B and 30. RGB value is (133,123,48). Sum of RGB (Red+Green+Blue) = 133+123+48=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #857B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B30 is #7A84CF. Grayscale: #757575. Windows color (decimal): -8029392 or 3177349. OLE color: 3177349.

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

Color convert

RGB13312348-
CMYK00.080.640.48
HSL52.94º46.96%35.49%-
HSV(B)52.94º63.91%52.16%-
XYZ17.2919.375.62-
YUV117.4488.81139.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=43.75%
G=40.46%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331234800.080.640.4852.9446.9635.49
Hex857B30084030352f23
Octal2051736001010060655743
Binary100001011111011110000010001000000110000110101101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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