#858248

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

Shades of Highball #858248

Tints of Highball #858248

Color information

#858248 (or 0x858248) is unknown color: approx Highball. HEX triplet: 85, 82 and 48. RGB value is (133,130,72). Sum of RGB (Red+Green+Blue) = 133+130+72=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #858248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858248 is #7A7DB7. Grayscale: #7C7C7C. Windows color (decimal): -8027576 or 4752005. OLE color: 4752005.

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

Color convert

RGB13313072-
CMYK00.020.460.48
HSL57.05º29.76%40.2%-
HSV(B)57.05º45.86%52.16%-
XYZ18.8321.429.27-
YUV124.2898.49134.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 72 (28.52% from 255) = 21.49%
R=39.70%
G=38.81%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331307200.020.460.4857.0529.7640.2
Hex858248022E30391e28
Octal205202110025660713650
Binary1000010110000010100100001010111011000011100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858248; }

 p { color: rgb(133,130,72); }

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

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

 a { background-color: rgb(133,130,72); }

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

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

 span { border-color: rgb(133,130,72); }

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