Html Css Color HEX #858042 Highball

📋 copy color: '#858042'

red 133 ◦ green 128 ◦ blue 66

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

Shades of Highball #858042

Tints of Highball #858042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 40.67%
G = 39.14%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#858042 (or 0x858042) is known color: Highball. HEX triplet: 85, 80 and 42. RGB value is (133,128,66). Sum of RGB (Red+Green+Blue) = 133+128+66=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #858042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858042 is #7A7FBD. Grayscale: #7A7A7A. Windows color (decimal): -8028094 or 4358277. OLE color: 4358277.

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

Color convert

RGB 133 128 66 -
CMYK 0 0.04 0.50 0.48
HSL 55.52º 0.34% 0.39% -
HSV(B) 55.52º 0.5% 0.52% -
XYZ 18.38 20.82 8.2 -
YUV 122.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 133 128 66 0 0.04 0.50 0.48 55.52 0.34 0.39
Hex 85 80 42 0 4 32 30 38 22 27
Octal 205 200 102 0 4 62 60 70 42 47
Binary 10000101 10000000 1000010 0 100 110010 110000 111000 100010 100111

Color Harmonies of #858042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858042

Black with #858042

Text Example


Text Example

White with #858042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858042; }

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

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

background-color css

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

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

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

border-color css

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

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

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