#858348

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

Shades of Highball #858348

Tints of Highball #858348

Color information

#858348 (or 0x858348) is unknown color: approx Highball. HEX triplet: 85, 83 and 48. RGB value is (133,131,72). Sum of RGB (Red+Green+Blue) = 133+131+72=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #858348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858348 is #7A7CB7. Grayscale: #7D7D7D. Windows color (decimal): -8027320 or 4752261. OLE color: 4752261.

HSL color Cylindrical-coordinate representation of color #858348: hue angle of 58.03º 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 #858348 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB13313172-
CMYK00.020.460.48
HSL58.03º29.76%40.2%-
HSV(B)58.03º45.86%52.16%-
XYZ18.9621.699.32-
YUV124.8798.16133.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=39.58%
G=38.99%
B=21.43%

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
Decimal1331317200.020.460.4858.0329.7640.2
Hex858348022E303a1e28
Octal205203110025660723650
Binary1000010110000011100100001010111011000011101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858348; }

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

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

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

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

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

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

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

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