Html Css Color HEX #858540 Highball

📋 copy color: '#858540'

red 133 ◦ green 133 ◦ blue 64

#858540
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #858540

Tints of Highball #858540

RGB

 RED value IS 133 (52.34% from 255) = 40.3%

 GREEN value IS 133 (52.34% from 255) = 40.3%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 40.3%
G = 40.3%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#858540 (or 0x858540) is known color: Highball. HEX triplet: 85, 85 and 40. RGB value is (133,133,64). Sum of RGB (Red+Green+Blue) = 133+133+64=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858540 is #7A7ABF. Grayscale: #7D7D7D. Windows color (decimal): -8026816 or 4228485. OLE color: 4228485.

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

Color convert

RGB 133 133 64 -
CMYK 0 0 0.52 0.48
HSL 60º 0.35% 0.39% -
HSV(B) 60º 0.52% 0.52% -
XYZ 18.99 22.13 8.12 -
YUV 125.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 133 133 64 0 0 0.52 0.48 60 0.35 0.39
Hex 85 85 40 0 0 34 30 3C 23 27
Octal 205 205 100 0 0 64 60 74 43 47
Binary 10000101 10000101 1000000 0 0 110100 110000 111100 100011 100111

Color Harmonies of #858540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858540

Black with #858540

Text Example


Text Example

White with #858540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858540; }

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

 H1.HeaderClassName
 {
   color: #858540;
 }
 .AnyTagClassName
 {
   color: #858540;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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