Html Css Color HEX #858346 Highball

📋 copy color: '#858346'

red 133 ◦ green 131 ◦ blue 70

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

Shades of Highball #858346

Tints of Highball #858346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.96%

R = 39.82%
G = 39.22%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#858346 (or 0x858346) is known color: Highball. HEX triplet: 85, 83 and 46. RGB value is (133,131,70). Sum of RGB (Red+Green+Blue) = 133+131+70=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #858346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858346 is #7A7CB9. Grayscale: #7C7C7C. Windows color (decimal): -8027322 or 4621189. OLE color: 4621189.

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

Color convert

RGB 133 131 70 -
CMYK 0 0.02 0.47 0.48
HSL 58.1º 0.31% 0.4% -
HSV(B) 58.1º 0.47% 0.52% -
XYZ 18.89 21.66 8.98 -
YUV 124.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 133 131 70 0 0.02 0.47 0.48 58.1 0.31 0.4
Hex 85 83 46 0 2 2F 30 3A 1F 28
Octal 205 203 106 0 2 57 60 72 37 50
Binary 10000101 10000011 1000110 0 10 101111 110000 111010 11111 101000

Color Harmonies of #858346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858346

Black with #858346

Text Example


Text Example

White with #858346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858346; }

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

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

background-color css

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

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

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

border-color css

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

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

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