#858447

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

Shades of Highball #858447

Tints of Highball #858447

Color information

#858447 (or 0x858447) is unknown color: approx Highball. HEX triplet: 85, 84 and 47. RGB value is (133,132,71). Sum of RGB (Red+Green+Blue) = 133+132+71=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #858447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858447 is #7A7BB8. Grayscale: #7D7D7D. Windows color (decimal): -8027065 or 4686981. OLE color: 4686981.

HSL color Cylindrical-coordinate representation of color #858447: hue angle of 59.03º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858447 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB13313271-
CMYK00.010.470.48
HSL59.03º30.39%40%-
HSV(B)59.03º46.62%52.16%-
XYZ19.0621.949.19-
YUV125.3497.33133.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 71 (28.12% from 255) = 21.13%
R=39.58%
G=39.29%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331327100.010.470.4859.0330.3940
Hex858447012F303b1e28
Octal205204107015760733650
Binary100001011000010010001110110111111000011101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858447; }

 p { color: rgb(133,132,71); }

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

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

 a { background-color: rgb(133,132,71); }

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

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

 span { border-color: rgb(133,132,71); }

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