Html Css Color HEX #858439 Highball

📋 copy color: '#858439'

red 133 ◦ green 132 ◦ blue 57

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

Shades of Highball #858439

Tints of Highball #858439

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.99%

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

R = 41.3%
G = 40.99%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#858439 (or 0x858439) is known color: Highball. HEX triplet: 85, 84 and 39. RGB value is (133,132,57). Sum of RGB (Red+Green+Blue) = 133+132+57=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #858439 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858439 is #7A7BC6. Grayscale: #7C7C7C. Windows color (decimal): -8027079 or 3769477. OLE color: 3769477.

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

Color convert

RGB 133 132 57 -
CMYK 0 0.01 0.57 0.48
HSL 59.21º 0.4% 0.37% -
HSV(B) 59.21º 0.57% 0.52% -
XYZ 18.66 21.78 7.09 -
YUV 123.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 133 132 57 0 0.01 0.57 0.48 59.21 0.4 0.37
Hex 85 84 39 0 1 39 30 3B 28 25
Octal 205 204 71 0 1 71 60 73 50 45
Binary 10000101 10000100 111001 0 1 111001 110000 111011 101000 100101

Color Harmonies of #858439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858439

Black with #858439

Text Example


Text Example

White with #858439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858439; }

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

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

background-color css

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

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

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

border-color css

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

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

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