Html Css Color HEX #948537 Highball

📋 copy color: '#948537'

red 148 ◦ green 133 ◦ blue 55

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

Shades of Highball #948537

Tints of Highball #948537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.37%

R = 44.05%
G = 39.58%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#948537 (or 0x948537) is known color: Highball. HEX triplet: 94, 85 and 37. RGB value is (148,133,55). Sum of RGB (Red+Green+Blue) = 148+133+55=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #948537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948537 is #6B7AC8. Grayscale: #808080. Windows color (decimal): -7043785 or 3638676. OLE color: 3638676.

HSL color Cylindrical-coordinate representation of color #948537: hue angle of 50.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #948537 is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 55 -
CMYK 0 0.10 0.63 0.42
HSL 50.32º 0.46% 0.4% -
HSV(B) 50.32º 0.63% 0.58% -
XYZ 21.29 23.35 7 -
YUV 128.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 148 133 55 0 0.10 0.63 0.42 50.32 0.46 0.4
Hex 94 85 37 0 A 3F 2A 32 2E 28
Octal 224 205 67 0 12 77 52 62 56 50
Binary 10010100 10000101 110111 0 1010 111111 101010 110010 101110 101000

Color Harmonies of #948537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948537

Black with #948537

Text Example


Text Example

White with #948537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948537; }

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

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

background-color css

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

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

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

border-color css

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

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

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