Html Css Color HEX #858849 Highball

📋 copy color: '#858849'

red 133 ◦ green 136 ◦ blue 73

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

Shades of Highball #858849

Tints of Highball #858849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 38.89%
G = 39.77%
B = 21.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#858849 (or 0x858849) is known color: Highball. HEX triplet: 85, 88 and 49. RGB value is (133,136,73). Sum of RGB (Red+Green+Blue) = 133+136+73=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #858849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858849 is #7A77B6. Grayscale: #808080. Windows color (decimal): -8026039 or 4819077. OLE color: 4819077.

HSL color Cylindrical-coordinate representation of color #858849: hue angle of 62.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #858849 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 133 136 73 -
CMYK 0.02 0 0.46 0.47
HSL 62.86º 0.3% 0.41% -
HSV(B) 62.86º 0.46% 0.53% -
XYZ 19.68 23.08 9.72 -
YUV 127.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 133 136 73 0.02 0 0.46 0.47 62.86 0.3 0.41
Hex 85 88 49 2 0 2E 2F 3F 1E 29
Octal 205 210 111 2 0 56 57 77 36 51
Binary 10000101 10001000 1001001 10 0 101110 101111 111111 11110 101001

Color Harmonies of #858849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858849

Black with #858849

Text Example


Text Example

White with #858849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858849; }

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

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

background-color css

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

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

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

border-color css

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

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

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