#857919

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

Shades of Pesto #857919

Tints of Pesto #857919

Color information

#857919 (or 0x857919) is unknown color: approx Pesto. HEX triplet: 85, 79 and 19. RGB value is (133,121,25). Sum of RGB (Red+Green+Blue) = 133+121+25=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #857919 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857919 is #7A86E6. Grayscale: #727272. Windows color (decimal): -8029927 or 1669509. OLE color: 1669509.

HSL color Cylindrical-coordinate representation of color #857919: hue angle of 53.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #857919 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB13312125-
CMYK00.090.810.48
HSL53.33º68.35%30.98%-
HSV(B)53.33º81.2%52.16%-
XYZ16.6918.733.66-
YUV113.6477.98141.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=47.67%
G=43.37%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331212500.090.810.4853.3368.3530.98
Hex85791909513035441f
Octal20517131011121606510437
Binary10000101111100111001010011010001110000110101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857919; }

 p { color: rgb(133,121,25); }

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

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

 a { background-color: rgb(133,121,25); }

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

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

 span { border-color: rgb(133,121,25); }

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