#858536

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

Shades of Highball #858536

Tints of Highball #858536

Color information

#858536 (or 0x858536) is unknown color: approx Highball. HEX triplet: 85, 85 and 36. RGB value is (133,133,54). Sum of RGB (Red+Green+Blue) = 133+133+54=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858536 is #7A7AC9. Grayscale: #7C7C7C. Windows color (decimal): -8026826 or 3573125. OLE color: 3573125.

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

Color convert

RGB13313354-
CMYK000.590.48
HSL60º42.25%36.67%-
HSV(B)60º59.4%52.16%-
XYZ18.7322.036.75-
YUV123.9988.5134.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=41.56%
G=41.56%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313354000.590.486042.2536.67
Hex858536003B303c2a25
Octal20520566007360745245
Binary100001011000010111011000111011110000111100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858536; }

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

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

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

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

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

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

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

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