Html Css Color HEX #858137 Highball

📋 copy color: '#858137'

red 133 ◦ green 129 ◦ blue 55

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

Shades of Highball #858137

Tints of Highball #858137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 55 (21.88% from 255) = 17.35%

R = 41.96%
G = 40.69%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#858137 (or 0x858137) is known color: Highball. HEX triplet: 85, 81 and 37. RGB value is (133,129,55). Sum of RGB (Red+Green+Blue) = 133+129+55=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #858137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858137 is #7A7EC8. Grayscale: #7A7A7A. Windows color (decimal): -8027849 or 3637637. OLE color: 3637637.

HSL color Cylindrical-coordinate representation of color #858137: hue angle of 56.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #858137 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 129 55 -
CMYK 0 0.03 0.59 0.48
HSL 56.92º 0.41% 0.37% -
HSV(B) 56.92º 0.59% 0.52% -
XYZ 18.21 20.96 6.7 -
YUV 121.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 133 129 55 0 0.03 0.59 0.48 56.92 0.41 0.37
Hex 85 81 37 0 3 3B 30 39 29 25
Octal 205 201 67 0 3 73 60 71 51 45
Binary 10000101 10000001 110111 0 11 111011 110000 111001 101001 100101

Color Harmonies of #858137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858137

Black with #858137

Text Example


Text Example

White with #858137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858137; }

 p { color: rgb(133,129,55); }

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

background-color css

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

 a { background-color: rgb(133,129,55); }

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

border-color css

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

 span { border-color: rgb(133,129,55); }

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