Html Css Color HEX #858046 Highball

📋 copy color: '#858046'

red 133 ◦ green 128 ◦ blue 70

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

Shades of Highball #858046

Tints of Highball #858046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.67%

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

R = 40.18%
G = 38.67%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#858046 (or 0x858046) is known color: Highball. HEX triplet: 85, 80 and 46. RGB value is (133,128,70). Sum of RGB (Red+Green+Blue) = 133+128+70=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 70 (27.73% from 255 or 21.15% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #858046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858046 is #7A7FB9. Grayscale: #7B7B7B. Windows color (decimal): -8028090 or 4620421. OLE color: 4620421.

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

Color convert

RGB 133 128 70 -
CMYK 0 0.04 0.47 0.48
HSL 55.24º 0.31% 0.4% -
HSV(B) 55.24º 0.47% 0.52% -
XYZ 18.5 20.87 8.85 -
YUV 122.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 133 128 70 0 0.04 0.47 0.48 55.24 0.31 0.4
Hex 85 80 46 0 4 2F 30 37 1F 28
Octal 205 200 106 0 4 57 60 67 37 50
Binary 10000101 10000000 1000110 0 100 101111 110000 110111 11111 101000

Color Harmonies of #858046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858046

Black with #858046

Text Example


Text Example

White with #858046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858046; }

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

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

background-color css

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

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

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

border-color css

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

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

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