Html Css Color HEX #958D49 Highball

📋 copy color: '#958D49'

red 149 ◦ green 141 ◦ blue 73

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

Shades of Highball #958D49

Tints of Highball #958D49

RGB

 RED value IS 149 (58.59% from 255) = 41.05%

 GREEN value IS 141 (55.47% from 255) = 38.84%

 BLUE value IS 73 (28.91% from 255) = 20.11%

R = 41.05%
G = 38.84%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#958D49 (or 0x958D49) is known color: Highball. HEX triplet: 95, 8D and 49. RGB value is (149,141,73). Sum of RGB (Red+Green+Blue) = 149+141+73=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958D49 is #6A72B6. Grayscale: #878787. Windows color (decimal): -6976183 or 4820373. OLE color: 4820373.

HSL color Cylindrical-coordinate representation of color #958D49: hue angle of 53.68º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #958D49 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 141 73 -
CMYK 0 0.05 0.51 0.42
HSL 53.68º 0.34% 0.44% -
HSV(B) 53.68º 0.51% 0.58% -
XYZ 23.12 25.92 10.09 -
YUV 135.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 149 141 73 0 0.05 0.51 0.42 53.68 0.34 0.44
Hex 95 8D 49 0 5 33 2A 36 22 2C
Octal 225 215 111 0 5 63 52 66 42 54
Binary 10010101 10001101 1001001 0 101 110011 101010 110110 100010 101100

Color Harmonies of #958D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D49

Black with #958D49

Text Example


Text Example

White with #958D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D49; }

 p { color: rgb(149,141,73); }

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

background-color css

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

 a { background-color: rgb(149,141,73); }

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

border-color css

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

 span { border-color: rgb(149,141,73); }

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