Html Css Color HEX #858141 Highball

📋 copy color: '#858141'

red 133 ◦ green 129 ◦ blue 65

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

Shades of Highball #858141

Tints of Highball #858141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

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

R = 40.67%
G = 39.45%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#858141 (or 0x858141) is known color: Highball. HEX triplet: 85, 81 and 41. RGB value is (133,129,65). Sum of RGB (Red+Green+Blue) = 133+129+65=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #858141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858141 is #7A7EBE. Grayscale: #7B7B7B. Windows color (decimal): -8027839 or 4292997. OLE color: 4292997.

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

Color convert

RGB 133 129 65 -
CMYK 0 0.03 0.51 0.48
HSL 56.47º 0.34% 0.39% -
HSV(B) 56.47º 0.51% 0.52% -
XYZ 18.48 21.07 8.09 -
YUV 122.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 133 129 65 0 0.03 0.51 0.48 56.47 0.34 0.39
Hex 85 81 41 0 3 33 30 38 22 27
Octal 205 201 101 0 3 63 60 70 42 47
Binary 10000101 10000001 1000001 0 11 110011 110000 111000 100010 100111

Color Harmonies of #858141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858141

Black with #858141

Text Example


Text Example

White with #858141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858141; }

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

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

background-color css

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

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

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

border-color css

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

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

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