Html Css Color HEX #958B49 Highball

📋 copy color: '#958B49'

red 149 ◦ green 139 ◦ blue 73

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

Shades of Highball #958B49

Tints of Highball #958B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

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

R = 41.27%
G = 38.5%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#958B49 (or 0x958B49) is known color: Highball. HEX triplet: 95, 8B and 49. RGB value is (149,139,73). Sum of RGB (Red+Green+Blue) = 149+139+73=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #958B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B49 is #6A74B6. Grayscale: #868686. Windows color (decimal): -6976695 or 4819861. OLE color: 4819861.

HSL color Cylindrical-coordinate representation of color #958B49: hue angle of 52.11º 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 #958B49 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 139 73 -
CMYK 0 0.07 0.51 0.42
HSL 52.11º 0.34% 0.44% -
HSV(B) 52.11º 0.51% 0.58% -
XYZ 22.83 25.34 9.99 -
YUV 134.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 149 139 73 0 0.07 0.51 0.42 52.11 0.34 0.44
Hex 95 8B 49 0 7 33 2A 34 22 2C
Octal 225 213 111 0 7 63 52 64 42 54
Binary 10010101 10001011 1001001 0 111 110011 101010 110100 100010 101100

Color Harmonies of #958B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958B49

Black with #958B49

Text Example


Text Example

White with #958B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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