#857F36

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

Shades of Highball #857F36

Tints of Highball #857F36

Color information

#857F36 (or 0x857F36) is unknown color: approx Highball. HEX triplet: 85, 7F and 36. RGB value is (133,127,54). Sum of RGB (Red+Green+Blue) = 133+127+54=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #857F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857F36 is #7A80C9. Grayscale: #787878. Windows color (decimal): -8028362 or 3571589. OLE color: 3571589.

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

Color convert

RGB13312754-
CMYK00.050.590.48
HSL55.44º42.25%36.67%-
HSV(B)55.44º59.4%52.16%-
XYZ17.9320.436.49-
YUV120.4790.49136.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.36%
GREEN value IS 127 (50% from 255) = 40.45%
BLUE value IS 54 (21.48% from 255) = 17.20%
R=42.36%
G=40.45%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331275400.050.590.4855.4442.2536.67
Hex857F36053B30372a25
Octal20517766057360675245
Binary1000010111111111101100101111011110000110111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,54); }

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

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

 a { background-color: rgb(133,127,54); }

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

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

 span { border-color: rgb(133,127,54); }

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