#947871

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

Shades of Hemp #947871

Tints of Hemp #947871

Color information

#947871 (or 0x947871) is unknown color: approx Hemp. HEX triplet: 94, 78 and 71. RGB value is (148,120,113). Sum of RGB (Red+Green+Blue) = 148+120+113=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #947871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947871 is #6B878E. Grayscale: #7F7F7F. Windows color (decimal): -7047055 or 7436436. OLE color: 7436436.

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

Color convert

RGB148120113-
CMYK00.190.240.42
HSL12º14.06%51.18%-
HSV(B)12º23.65%58.04%-
XYZ21.9120.9218.51-
YUV127.57119.78142.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.85%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=38.85%
G=31.50%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812011300.190.240.421214.0651.18
Hex947871013182Ace33
Octal2241701610233052141663
Binary10010100111100011100010100111100010101011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947871; }

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

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

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

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

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

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

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

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