Html Css Color HEX #948338 Highball

📋 copy color: '#948338'

red 148 ◦ green 131 ◦ blue 56

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

Shades of Highball #948338

Tints of Highball #948338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 56 (22.27% from 255) = 16.72%

R = 44.18%
G = 39.1%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#948338 (or 0x948338) is known color: Highball. HEX triplet: 94, 83 and 38. RGB value is (148,131,56). Sum of RGB (Red+Green+Blue) = 148+131+56=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #948338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948338 is #6B7CC7. Grayscale: #7F7F7F. Windows color (decimal): -7044296 or 3703700. OLE color: 3703700.

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

Color convert

RGB 148 131 56 -
CMYK 0 0.11 0.62 0.42
HSL 48.91º 0.45% 0.4% -
HSV(B) 48.91º 0.62% 0.58% -
XYZ 21.04 22.81 7.04 -
YUV 127.53 87.63 142.6 -
System Red Green Blue C M Y K H S L
Decimal 148 131 56 0 0.11 0.62 0.42 48.91 0.45 0.4
Hex 94 83 38 0 B 3E 2A 31 2D 28
Octal 224 203 70 0 13 76 52 61 55 50
Binary 10010100 10000011 111000 0 1011 111110 101010 110001 101101 101000

Color Harmonies of #948338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948338

Black with #948338

Text Example


Text Example

White with #948338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948338; }

 p { color: rgb(148,131,56); }

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

background-color css

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

 a { background-color: rgb(148,131,56); }

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

border-color css

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

 span { border-color: rgb(148,131,56); }

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