Html Css Color HEX #858241 Highball

📋 copy color: '#858241'

red 133 ◦ green 130 ◦ blue 65

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

Shades of Highball #858241

Tints of Highball #858241

RGB

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

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

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

R = 40.55%
G = 39.63%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#858241 (or 0x858241) is known color: Highball. HEX triplet: 85, 82 and 41. RGB value is (133,130,65). Sum of RGB (Red+Green+Blue) = 133+130+65=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #858241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858241 is #7A7DBE. Grayscale: #7B7B7B. Windows color (decimal): -8027583 or 4293253. OLE color: 4293253.

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

Color convert

RGB 133 130 65 -
CMYK 0 0.02 0.51 0.48
HSL 57.35º 0.34% 0.39% -
HSV(B) 57.35º 0.51% 0.52% -
XYZ 18.61 21.33 8.14 -
YUV 123.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 133 130 65 0 0.02 0.51 0.48 57.35 0.34 0.39
Hex 85 82 41 0 2 33 30 39 22 27
Octal 205 202 101 0 2 63 60 71 42 47
Binary 10000101 10000010 1000001 0 10 110011 110000 111001 100010 100111

Color Harmonies of #858241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858241

Black with #858241

Text Example


Text Example

White with #858241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858241; }

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

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

background-color css

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

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

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

border-color css

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

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

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