Html Css Color HEX #858037 Highball

📋 copy color: '#858037'

red 133 ◦ green 128 ◦ blue 55

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

Shades of Highball #858037

Tints of Highball #858037

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

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

R = 42.09%
G = 40.51%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#858037 (or 0x858037) is known color: Highball. HEX triplet: 85, 80 and 37. RGB value is (133,128,55). Sum of RGB (Red+Green+Blue) = 133+128+55=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #858037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858037 is #7A7FC8. Grayscale: #797979. Windows color (decimal): -8028105 or 3637381. OLE color: 3637381.

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

Color convert

RGB 133 128 55 -
CMYK 0 0.04 0.59 0.48
HSL 56.15º 0.41% 0.37% -
HSV(B) 56.15º 0.59% 0.52% -
XYZ 18.08 20.7 6.66 -
YUV 121.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 133 128 55 0 0.04 0.59 0.48 56.15 0.41 0.37
Hex 85 80 37 0 4 3B 30 38 29 25
Octal 205 200 67 0 4 73 60 70 51 45
Binary 10000101 10000000 110111 0 100 111011 110000 111000 101001 100101

Color Harmonies of #858037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858037

Black with #858037

Text Example


Text Example

White with #858037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858037; }

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

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

background-color css

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

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

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

border-color css

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

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

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