Html Css Color HEX #858247 Highball

📋 copy color: '#858247'

red 133 ◦ green 130 ◦ blue 71

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

Shades of Highball #858247

Tints of Highball #858247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

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

R = 39.82%
G = 38.92%
B = 21.26%

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

#858247 (or 0x858247) is known color: Highball. HEX triplet: 85, 82 and 47. RGB value is (133,130,71). Sum of RGB (Red+Green+Blue) = 133+130+71=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #858247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858247 is #7A7DB8. Grayscale: #7C7C7C. Windows color (decimal): -8027577 or 4686469. OLE color: 4686469.

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

Color convert

RGB 133 130 71 -
CMYK 0 0.02 0.47 0.48
HSL 57.1º 0.3% 0.4% -
HSV(B) 57.1º 0.47% 0.52% -
XYZ 18.79 21.41 9.1 -
YUV 124.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 133 130 71 0 0.02 0.47 0.48 57.1 0.3 0.4
Hex 85 82 47 0 2 2F 30 39 1E 28
Octal 205 202 107 0 2 57 60 71 36 50
Binary 10000101 10000010 1000111 0 10 101111 110000 111001 11110 101000

Color Harmonies of #858247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858247

Black with #858247

Text Example


Text Example

White with #858247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858247; }

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

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

background-color css

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

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

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

border-color css

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

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

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