Html Css Color HEX #948548 Highball

📋 copy color: '#948548'

red 148 ◦ green 133 ◦ blue 72

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

Shades of Highball #948548

Tints of Highball #948548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.68%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 41.93%
G = 37.68%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948548 (or 0x948548) is known color: Highball. HEX triplet: 94, 85 and 48. RGB value is (148,133,72). Sum of RGB (Red+Green+Blue) = 148+133+72=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #948548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948548 is #6B7AB7. Grayscale: #828282. Windows color (decimal): -7043768 or 4752788. OLE color: 4752788.

HSL color Cylindrical-coordinate representation of color #948548: hue angle of 48.16º degrees, saturation: 0.35, 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 #948548 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 72 -
CMYK 0 0.10 0.51 0.42
HSL 48.16º 0.35% 0.43% -
HSV(B) 48.16º 0.51% 0.58% -
XYZ 21.77 23.54 9.53 -
YUV 130.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 148 133 72 0 0.10 0.51 0.42 48.16 0.35 0.43
Hex 94 85 48 0 A 33 2A 30 23 2B
Octal 224 205 110 0 12 63 52 60 43 53
Binary 10010100 10000101 1001000 0 1010 110011 101010 110000 100011 101011

Color Harmonies of #948548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948548

Black with #948548

Text Example


Text Example

White with #948548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948548; }

 p { color: rgb(148,133,72); }

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

background-color css

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

 a { background-color: rgb(148,133,72); }

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

border-color css

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

 span { border-color: rgb(148,133,72); }

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