Html Css Color HEX #948381 Opium

📋 copy color: '#948381'

red 148 ◦ green 131 ◦ blue 129

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

Shades of Opium #948381

Tints of Opium #948381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.62%

R = 36.27%
G = 32.11%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#948381 (or 0x948381) is known color: Opium. HEX triplet: 94, 83 and 81. RGB value is (148,131,129). Sum of RGB (Red+Green+Blue) = 148+131+129=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948381 is #6B7C7E. Grayscale: #878787. Windows color (decimal): -7044223 or 8487828. OLE color: 8487828.

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

Color convert

RGB 148 131 129 -
CMYK 0 0.11 0.13 0.42
HSL 6.32º 0.08% 0.54% -
HSV(B) 6.32º 0.13% 0.58% -
XYZ 24.29 24.11 24.14 -
YUV 135.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 148 131 129 0 0.11 0.13 0.42 6.32 0.08 0.54
Hex 94 83 81 0 B D 2A 6 8 36
Octal 224 203 201 0 13 15 52 6 10 66
Binary 10010100 10000011 10000001 0 1011 1101 101010 110 1000 110110

Color Harmonies of #948381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948381

Black with #948381

Text Example


Text Example

White with #948381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948381; }

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

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

background-color css

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

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

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

border-color css

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

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

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