Html Css Color HEX #949249 Highball

📋 copy color: '#949249'

red 148 ◦ green 146 ◦ blue 73

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

Shades of Highball #949249

Tints of Highball #949249

RGB

 RED value IS 148 (58.2% from 255) = 40.33%

 GREEN value IS 146 (57.42% from 255) = 39.78%

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

R = 40.33%
G = 39.78%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#949249 (or 0x949249) is known color: Highball. HEX triplet: 94, 92 and 49. RGB value is (148,146,73). Sum of RGB (Red+Green+Blue) = 148+146+73=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #949249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949249 is #6B6DB6. Grayscale: #8A8A8A. Windows color (decimal): -7040439 or 4821652. OLE color: 4821652.

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

Color convert

RGB 148 146 73 -
CMYK 0 0.01 0.51 0.42
HSL 58.4º 0.34% 0.43% -
HSV(B) 58.4º 0.51% 0.58% -
XYZ 23.69 27.33 10.33 -
YUV 138.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 148 146 73 0 0.01 0.51 0.42 58.4 0.34 0.43
Hex 94 92 49 0 1 33 2A 3A 22 2B
Octal 224 222 111 0 1 63 52 72 42 53
Binary 10010100 10010010 1001001 0 1 110011 101010 111010 100010 101011

Color Harmonies of #949249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949249

Black with #949249

Text Example


Text Example

White with #949249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949249; }

 p { color: rgb(148,146,73); }

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

background-color css

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

 a { background-color: rgb(148,146,73); }

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

border-color css

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

 span { border-color: rgb(148,146,73); }

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