Html Css Color HEX #858440 Highball

📋 copy color: '#858440'

red 133 ◦ green 132 ◦ blue 64

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

Shades of Highball #858440

Tints of Highball #858440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 40.43%
G = 40.12%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#858440 (or 0x858440) is known color: Highball. HEX triplet: 85, 84 and 40. RGB value is (133,132,64). Sum of RGB (Red+Green+Blue) = 133+132+64=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #858440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858440 is #7A7BBF. Grayscale: #7C7C7C. Windows color (decimal): -8027072 or 4228229. OLE color: 4228229.

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

Color convert

RGB 133 132 64 -
CMYK 0 0.01 0.52 0.48
HSL 59.13º 0.35% 0.39% -
HSV(B) 59.13º 0.52% 0.52% -
XYZ 18.85 21.86 8.08 -
YUV 124.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 133 132 64 0 0.01 0.52 0.48 59.13 0.35 0.39
Hex 85 84 40 0 1 34 30 3B 23 27
Octal 205 204 100 0 1 64 60 73 43 47
Binary 10000101 10000100 1000000 0 1 110100 110000 111011 100011 100111

Color Harmonies of #858440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858440

Black with #858440

Text Example


Text Example

White with #858440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858440; }

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

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

background-color css

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

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

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

border-color css

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

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

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