#948178

Color #948178 Hemp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hemp #948178

Tints of Hemp #948178

Color information

#948178 (or 0x948178) is unknown color: approx Hemp. HEX triplet: 94, 81 and 78. RGB value is (148,129,120). Sum of RGB (Red+Green+Blue) = 148+129+120=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948178 is #6B7E87. Grayscale: #858585. Windows color (decimal): -7044744 or 7897492. OLE color: 7897492.

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

Color convert

RGB148129120-
CMYK00.130.190.42
HSL19.29º11.57%52.55%-
HSV(B)19.29º18.92%58.04%-
XYZ23.4523.3521.04-
YUV133.66120.29138.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=37.28%
G=32.49%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812912000.130.190.4219.2911.5752.55
Hex9481780D132A13c35
Octal2242011700152352231465
Binary100101001000000111110000110110011101010100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948178; }

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

 H1.HeaderClassName
 {
   color: #948178;
 }
 .AnyTagClassName
 {
   color: #948178;
 }
</style>
background-color css

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

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

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

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

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

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