Html Css Color HEX #858041 Highball

📋 copy color: '#858041'

red 133 ◦ green 128 ◦ blue 65

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

Shades of Highball #858041

Tints of Highball #858041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 40.8%
G = 39.26%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#858041 (or 0x858041) is known color: Highball. HEX triplet: 85, 80 and 41. RGB value is (133,128,65). Sum of RGB (Red+Green+Blue) = 133+128+65=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #858041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858041 is #7A7FBE. Grayscale: #7A7A7A. Windows color (decimal): -8028095 or 4292741. OLE color: 4292741.

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

Color convert

RGB 133 128 65 -
CMYK 0 0.04 0.51 0.48
HSL 55.59º 0.34% 0.39% -
HSV(B) 55.59º 0.51% 0.52% -
XYZ 18.35 20.81 8.05 -
YUV 122.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 133 128 65 0 0.04 0.51 0.48 55.59 0.34 0.39
Hex 85 80 41 0 4 33 30 38 22 27
Octal 205 200 101 0 4 63 60 70 42 47
Binary 10000101 10000000 1000001 0 100 110011 110000 111000 100010 100111

Color Harmonies of #858041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858041

Black with #858041

Text Example


Text Example

White with #858041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858041; }

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

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

background-color css

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

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

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

border-color css

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

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

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