Html Css Color HEX #858240 Highball

📋 copy color: '#858240'

red 133 ◦ green 130 ◦ blue 64

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

Shades of Highball #858240

Tints of Highball #858240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 40.67%
G = 39.76%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#858240 (or 0x858240) is known color: Highball. HEX triplet: 85, 82 and 40. RGB value is (133,130,64). Sum of RGB (Red+Green+Blue) = 133+130+64=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #858240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858240 is #7A7DBF. Grayscale: #7B7B7B. Windows color (decimal): -8027584 or 4227717. OLE color: 4227717.

HSL color Cylindrical-coordinate representation of color #858240: hue angle of 57.39º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #858240 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 130 64 -
CMYK 0 0.02 0.52 0.48
HSL 57.39º 0.35% 0.39% -
HSV(B) 57.39º 0.52% 0.52% -
XYZ 18.58 21.32 7.99 -
YUV 123.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 133 130 64 0 0.02 0.52 0.48 57.39 0.35 0.39
Hex 85 82 40 0 2 34 30 39 23 27
Octal 205 202 100 0 2 64 60 71 43 47
Binary 10000101 10000010 1000000 0 10 110100 110000 111001 100011 100111

Color Harmonies of #858240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858240

Black with #858240

Text Example


Text Example

White with #858240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858240; }

 p { color: rgb(133,130,64); }

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

background-color css

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

 a { background-color: rgb(133,130,64); }

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

border-color css

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

 span { border-color: rgb(133,130,64); }

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