Html Css Color HEX #948849 Highball

📋 copy color: '#948849'

red 148 ◦ green 136 ◦ blue 73

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

Shades of Highball #948849

Tints of Highball #948849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.1%

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

R = 41.46%
G = 38.1%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948849 (or 0x948849) is known color: Highball. HEX triplet: 94, 88 and 49. RGB value is (148,136,73). Sum of RGB (Red+Green+Blue) = 148+136+73=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #948849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948849 is #6B77B6. Grayscale: #848484. Windows color (decimal): -7042999 or 4819092. OLE color: 4819092.

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

Color convert

RGB 148 136 73 -
CMYK 0 0.08 0.51 0.42
HSL 50.4º 0.34% 0.43% -
HSV(B) 50.4º 0.51% 0.58% -
XYZ 22.22 24.39 9.84 -
YUV 132.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 148 136 73 0 0.08 0.51 0.42 50.4 0.34 0.43
Hex 94 88 49 0 8 33 2A 32 22 2B
Octal 224 210 111 0 10 63 52 62 42 53
Binary 10010100 10001000 1001001 0 1000 110011 101010 110010 100010 101011

Color Harmonies of #948849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948849

Black with #948849

Text Example


Text Example

White with #948849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948849; }

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

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

background-color css

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

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

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

border-color css

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

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

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