Html Css Color HEX #858447 Highball

📋 copy color: '#858447'

red 133 ◦ green 132 ◦ blue 71

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

Shades of Highball #858447

Tints of Highball #858447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 39.58%
G = 39.29%
B = 21.13%

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

#858447 (or 0x858447) is known color: Highball. HEX triplet: 85, 84 and 47. RGB value is (133,132,71). Sum of RGB (Red+Green+Blue) = 133+132+71=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #858447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858447 is #7A7BB8. Grayscale: #7D7D7D. Windows color (decimal): -8027065 or 4686981. OLE color: 4686981.

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

Color convert

RGB 133 132 71 -
CMYK 0 0.01 0.47 0.48
HSL 59.03º 0.3% 0.4% -
HSV(B) 59.03º 0.47% 0.52% -
XYZ 19.06 21.94 9.19 -
YUV 125.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 133 132 71 0 0.01 0.47 0.48 59.03 0.3 0.4
Hex 85 84 47 0 1 2F 30 3B 1E 28
Octal 205 204 107 0 1 57 60 73 36 50
Binary 10000101 10000100 1000111 0 1 101111 110000 111011 11110 101000

Color Harmonies of #858447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858447

Black with #858447

Text Example


Text Example

White with #858447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858447; }

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

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

background-color css

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

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

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

border-color css

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

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

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