Html Css Color HEX #858342 Highball

📋 copy color: '#858342'

red 133 ◦ green 131 ◦ blue 66

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

Shades of Highball #858342

Tints of Highball #858342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 40.3%
G = 39.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#858342 (or 0x858342) is known color: Highball. HEX triplet: 85, 83 and 42. RGB value is (133,131,66). Sum of RGB (Red+Green+Blue) = 133+131+66=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #858342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858342 is #7A7CBD. Grayscale: #7C7C7C. Windows color (decimal): -8027326 or 4359045. OLE color: 4359045.

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

Color convert

RGB 133 131 66 -
CMYK 0 0.02 0.50 0.48
HSL 58.21º 0.34% 0.39% -
HSV(B) 58.21º 0.5% 0.52% -
XYZ 18.77 21.61 8.34 -
YUV 124.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 133 131 66 0 0.02 0.50 0.48 58.21 0.34 0.39
Hex 85 83 42 0 2 32 30 3A 22 27
Octal 205 203 102 0 2 62 60 72 42 47
Binary 10000101 10000011 1000010 0 10 110010 110000 111010 100010 100111

Color Harmonies of #858342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858342

Black with #858342

Text Example


Text Example

White with #858342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858342; }

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

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

background-color css

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

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

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

border-color css

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

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

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