Html Css Color HEX #858349 Highball

📋 copy color: '#858349'

red 133 ◦ green 131 ◦ blue 73

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

Shades of Highball #858349

Tints of Highball #858349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

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

R = 39.47%
G = 38.87%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#858349 (or 0x858349) is known color: Highball. HEX triplet: 85, 83 and 49. RGB value is (133,131,73). Sum of RGB (Red+Green+Blue) = 133+131+73=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #858349 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858349 is #7A7CB6. Grayscale: #7D7D7D. Windows color (decimal): -8027319 or 4817797. OLE color: 4817797.

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

Color convert

RGB 133 131 73 -
CMYK 0 0.02 0.45 0.48
HSL 58º 0.29% 0.4% -
HSV(B) 58º 0.45% 0.52% -
XYZ 18.99 21.7 9.49 -
YUV 124.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 133 131 73 0 0.02 0.45 0.48 58 0.29 0.4
Hex 85 83 49 0 2 2D 30 3A 1D 28
Octal 205 203 111 0 2 55 60 72 35 50
Binary 10000101 10000011 1001001 0 10 101101 110000 111010 11101 101000

Color Harmonies of #858349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858349

Black with #858349

Text Example


Text Example

White with #858349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858349; }

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

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

background-color css

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

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

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

border-color css

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

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

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