Html Css Color HEX #858339 Highball

📋 copy color: '#858339'

red 133 ◦ green 131 ◦ blue 57

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

Shades of Highball #858339

Tints of Highball #858339

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.81%

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

R = 41.43%
G = 40.81%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#858339 (or 0x858339) is known color: Highball. HEX triplet: 85, 83 and 39. RGB value is (133,131,57). Sum of RGB (Red+Green+Blue) = 133+131+57=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #858339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858339 is #7A7CC6. Grayscale: #7B7B7B. Windows color (decimal): -8027335 or 3769221. OLE color: 3769221.

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

Color convert

RGB 133 131 57 -
CMYK 0 0.02 0.57 0.48
HSL 58.42º 0.4% 0.37% -
HSV(B) 58.42º 0.57% 0.52% -
XYZ 18.53 21.51 7.05 -
YUV 123.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 133 131 57 0 0.02 0.57 0.48 58.42 0.4 0.37
Hex 85 83 39 0 2 39 30 3A 28 25
Octal 205 203 71 0 2 71 60 72 50 45
Binary 10000101 10000011 111001 0 10 111001 110000 111010 101000 100101

Color Harmonies of #858339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858339

Black with #858339

Text Example


Text Example

White with #858339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858339; }

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

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

background-color css

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

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

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

border-color css

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

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

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