Html Css Color HEX #858139 Highball

📋 copy color: '#858139'

red 133 ◦ green 129 ◦ blue 57

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

Shades of Highball #858139

Tints of Highball #858139

RGB

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

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

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

R = 41.69%
G = 40.44%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#858139 (or 0x858139) is known color: Highball. HEX triplet: 85, 81 and 39. RGB value is (133,129,57). Sum of RGB (Red+Green+Blue) = 133+129+57=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #858139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858139 is #7A7EC6. Grayscale: #7A7A7A. Windows color (decimal): -8027847 or 3768709. OLE color: 3768709.

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

Color convert

RGB 133 129 57 -
CMYK 0 0.03 0.57 0.48
HSL 56.84º 0.4% 0.37% -
HSV(B) 56.84º 0.57% 0.52% -
XYZ 18.26 20.98 6.96 -
YUV 121.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 133 129 57 0 0.03 0.57 0.48 56.84 0.4 0.37
Hex 85 81 39 0 3 39 30 39 28 25
Octal 205 201 71 0 3 71 60 71 50 45
Binary 10000101 10000001 111001 0 11 111001 110000 111001 101000 100101

Color Harmonies of #858139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858139

Black with #858139

Text Example


Text Example

White with #858139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858139; }

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

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

background-color css

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

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

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

border-color css

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

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

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