Html Css Color HEX #948241 Highball

📋 copy color: '#948241'

red 148 ◦ green 130 ◦ blue 65

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

Shades of Highball #948241

Tints of Highball #948241

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.9%

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 43.15%
G = 37.9%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#948241 (or 0x948241) is known color: Highball. HEX triplet: 94, 82 and 41. RGB value is (148,130,65). Sum of RGB (Red+Green+Blue) = 148+130+65=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #948241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948241 is #6B7DBE. Grayscale: #808080. Windows color (decimal): -7044543 or 4293268. OLE color: 4293268.

HSL color Cylindrical-coordinate representation of color #948241: hue angle of 46.99º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #948241 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 65 -
CMYK 0 0.12 0.56 0.42
HSL 46.99º 0.39% 0.42% -
HSV(B) 46.99º 0.56% 0.58% -
XYZ 21.15 22.64 8.26 -
YUV 127.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 148 130 65 0 0.12 0.56 0.42 46.99 0.39 0.42
Hex 94 82 41 0 C 38 2A 2F 27 2A
Octal 224 202 101 0 14 70 52 57 47 52
Binary 10010100 10000010 1000001 0 1100 111000 101010 101111 100111 101010

Color Harmonies of #948241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948241

Black with #948241

Text Example


Text Example

White with #948241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948241; }

 p { color: rgb(148,130,65); }

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

background-color css

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

 a { background-color: rgb(148,130,65); }

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

border-color css

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

 span { border-color: rgb(148,130,65); }

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