Html Css Color HEX #858039 Highball

📋 copy color: '#858039'

red 133 ◦ green 128 ◦ blue 57

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

Shades of Highball #858039

Tints of Highball #858039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.92%

R = 41.82%
G = 40.25%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#858039 (or 0x858039) is known color: Highball. HEX triplet: 85, 80 and 39. RGB value is (133,128,57). Sum of RGB (Red+Green+Blue) = 133+128+57=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #858039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858039 is #7A7FC6. Grayscale: #797979. Windows color (decimal): -8028103 or 3768453. OLE color: 3768453.

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

Color convert

RGB 133 128 57 -
CMYK 0 0.04 0.57 0.48
HSL 56.05º 0.4% 0.37% -
HSV(B) 56.05º 0.57% 0.52% -
XYZ 18.13 20.72 6.91 -
YUV 121.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 133 128 57 0 0.04 0.57 0.48 56.05 0.4 0.37
Hex 85 80 39 0 4 39 30 38 28 25
Octal 205 200 71 0 4 71 60 70 50 45
Binary 10000101 10000000 111001 0 100 111001 110000 111000 101000 100101

Color Harmonies of #858039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858039

Black with #858039

Text Example


Text Example

White with #858039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858039; }

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

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

background-color css

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

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

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

border-color css

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

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

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