Html Css Color HEX #948139 Highball

📋 copy color: '#948139'

red 148 ◦ green 129 ◦ blue 57

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

Shades of Highball #948139

Tints of Highball #948139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.62%

 BLUE value IS 57 (22.66% from 255) = 17.07%

R = 44.31%
G = 38.62%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#948139 (or 0x948139) is known color: Highball. HEX triplet: 94, 81 and 39. RGB value is (148,129,57). Sum of RGB (Red+Green+Blue) = 148+129+57=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #948139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948139 is #6B7EC6. Grayscale: #7E7E7E. Windows color (decimal): -7044807 or 3768724. OLE color: 3768724.

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

Color convert

RGB 148 129 57 -
CMYK 0 0.13 0.61 0.42
HSL 47.47º 0.44% 0.4% -
HSV(B) 47.47º 0.61% 0.58% -
XYZ 20.8 22.29 7.08 -
YUV 126.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 148 129 57 0 0.13 0.61 0.42 47.47 0.44 0.4
Hex 94 81 39 0 D 3D 2A 2F 2C 28
Octal 224 201 71 0 15 75 52 57 54 50
Binary 10010100 10000001 111001 0 1101 111101 101010 101111 101100 101000

Color Harmonies of #948139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948139

Black with #948139

Text Example


Text Example

White with #948139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948139; }

 p { color: rgb(148,129,57); }

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

background-color css

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

 a { background-color: rgb(148,129,57); }

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

border-color css

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

 span { border-color: rgb(148,129,57); }

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