Html Css Color HEX #858347 Highball

📋 copy color: '#858347'

red 133 ◦ green 131 ◦ blue 71

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

Shades of Highball #858347

Tints of Highball #858347

RGB

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

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

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

R = 39.7%
G = 39.1%
B = 21.19%

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

#858347 (or 0x858347) is known color: Highball. HEX triplet: 85, 83 and 47. RGB value is (133,131,71). Sum of RGB (Red+Green+Blue) = 133+131+71=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #858347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858347 is #7A7CB8. Grayscale: #7D7D7D. Windows color (decimal): -8027321 or 4686725. OLE color: 4686725.

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

Color convert

RGB 133 131 71 -
CMYK 0 0.02 0.47 0.48
HSL 58.06º 0.3% 0.4% -
HSV(B) 58.06º 0.47% 0.52% -
XYZ 18.93 21.67 9.15 -
YUV 124.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 133 131 71 0 0.02 0.47 0.48 58.06 0.3 0.4
Hex 85 83 47 0 2 2F 30 3A 1E 28
Octal 205 203 107 0 2 57 60 72 36 50
Binary 10000101 10000011 1000111 0 10 101111 110000 111010 11110 101000

Color Harmonies of #858347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858347

Black with #858347

Text Example


Text Example

White with #858347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858347; }

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

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

background-color css

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

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

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

border-color css

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

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

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