Html Css Color HEX #858446 Highball

📋 copy color: '#858446'

red 133 ◦ green 132 ◦ blue 70

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

Shades of Highball #858446

Tints of Highball #858446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

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

R = 39.7%
G = 39.4%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#858446 (or 0x858446) is known color: Highball. HEX triplet: 85, 84 and 46. RGB value is (133,132,70). Sum of RGB (Red+Green+Blue) = 133+132+70=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #858446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858446 is #7A7BB9. Grayscale: #7D7D7D. Windows color (decimal): -8027066 or 4621445. OLE color: 4621445.

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

Color convert

RGB 133 132 70 -
CMYK 0 0.01 0.47 0.48
HSL 59.05º 0.31% 0.4% -
HSV(B) 59.05º 0.47% 0.52% -
XYZ 19.03 21.93 9.02 -
YUV 125.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 133 132 70 0 0.01 0.47 0.48 59.05 0.31 0.4
Hex 85 84 46 0 1 2F 30 3B 1F 28
Octal 205 204 106 0 1 57 60 73 37 50
Binary 10000101 10000100 1000110 0 1 101111 110000 111011 11111 101000

Color Harmonies of #858446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858446

Black with #858446

Text Example


Text Example

White with #858446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858446; }

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

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

background-color css

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

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

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

border-color css

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

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

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