#858435

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

Shades of Highball #858435

Tints of Highball #858435

Color information

#858435 (or 0x858435) is unknown color: approx Highball. HEX triplet: 85, 84 and 35. RGB value is (133,132,53). Sum of RGB (Red+Green+Blue) = 133+132+53=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #858435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858435 is #7A7BCA. Grayscale: #7B7B7B. Windows color (decimal): -8027083 or 3507333. OLE color: 3507333.

HSL color Cylindrical-coordinate representation of color #858435: hue angle of 59.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #858435 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13313253-
CMYK00.010.600.48
HSL59.25º43.01%36.47%-
HSV(B)59.25º60.15%52.16%-
XYZ18.5721.756.59-
YUV123.2988.33134.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.82%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=41.82%
G=41.51%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331325300.010.600.4859.2543.0136.47
Hex858435013C303b2b24
Octal20520465017460735344
Binary100001011000010011010101111100110000111011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858435; }

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

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

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

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

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

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

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

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