#948079

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

Shades of Hemp #948079

Tints of Hemp #948079

Color information

#948079 (or 0x948079) is unknown color: approx Hemp. HEX triplet: 94, 80 and 79. RGB value is (148,128,121). Sum of RGB (Red+Green+Blue) = 148+128+121=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #948079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948079 is #6B7F86. Grayscale: #858585. Windows color (decimal): -7044999 or 7962772. OLE color: 7962772.

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

Color convert

RGB148128121-
CMYK00.140.180.42
HSL15.56º11.2%52.75%-
HSV(B)15.56º18.24%58.04%-
XYZ23.3823.1121.32-
YUV133.18121.13138.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=37.28%
G=32.24%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812812100.140.180.4215.5611.252.75
Hex9480790E122A10b35
Octal2242001710162252201365
Binary100101001000000011110010111010010101010100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948079; }

 p { color: rgb(148,128,121); }

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

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

 a { background-color: rgb(148,128,121); }

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

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

 span { border-color: rgb(148,128,121); }

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