Html Css Color HEX #858343 Highball

📋 copy color: '#858343'

red 133 ◦ green 131 ◦ blue 67

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

Shades of Highball #858343

Tints of Highball #858343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.24%

R = 40.18%
G = 39.58%
B = 20.24%

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

#858343 (or 0x858343) is known color: Highball. HEX triplet: 85, 83 and 43. RGB value is (133,131,67). Sum of RGB (Red+Green+Blue) = 133+131+67=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #858343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858343 is #7A7CBC. Grayscale: #7C7C7C. Windows color (decimal): -8027325 or 4424581. OLE color: 4424581.

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

Color convert

RGB 133 131 67 -
CMYK 0 0.02 0.50 0.48
HSL 58.18º 0.33% 0.39% -
HSV(B) 58.18º 0.5% 0.52% -
XYZ 18.8 21.62 8.49 -
YUV 124.3 95.66 134.2 -
System Red Green Blue C M Y K H S L
Decimal 133 131 67 0 0.02 0.50 0.48 58.18 0.33 0.39
Hex 85 83 43 0 2 32 30 3A 21 27
Octal 205 203 103 0 2 62 60 72 41 47
Binary 10000101 10000011 1000011 0 10 110010 110000 111010 100001 100111

Color Harmonies of #858343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858343

Black with #858343

Text Example


Text Example

White with #858343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858343; }

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

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

background-color css

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

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

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

border-color css

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

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

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