Html Css Color HEX #858549 Highball

📋 copy color: '#858549'

red 133 ◦ green 133 ◦ blue 73

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

Shades of Highball #858549

Tints of Highball #858549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 39.23%
G = 39.23%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#858549 (or 0x858549) is known color: Highball. HEX triplet: 85, 85 and 49. RGB value is (133,133,73). Sum of RGB (Red+Green+Blue) = 133+133+73=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858549 is #7A7AB6. Grayscale: #7E7E7E. Windows color (decimal): -8026807 or 4818309. OLE color: 4818309.

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

Color convert

RGB 133 133 73 -
CMYK 0 0 0.45 0.48
HSL 60º 0.29% 0.4% -
HSV(B) 60º 0.45% 0.52% -
XYZ 19.26 22.24 9.58 -
YUV 126.16 98 132.88 -
System Red Green Blue C M Y K H S L
Decimal 133 133 73 0 0 0.45 0.48 60 0.29 0.4
Hex 85 85 49 0 0 2D 30 3C 1D 28
Octal 205 205 111 0 0 55 60 74 35 50
Binary 10000101 10000101 1001001 0 0 101101 110000 111100 11101 101000

Color Harmonies of #858549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858549

Black with #858549

Text Example


Text Example

White with #858549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858549; }

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

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

background-color css

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

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

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

border-color css

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

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

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