#947870

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

Shades of Hemp #947870

Tints of Hemp #947870

Color information

#947870 (or 0x947870) is unknown color: approx Hemp. HEX triplet: 94, 78 and 70. RGB value is (148,120,112). Sum of RGB (Red+Green+Blue) = 148+120+112=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 148 - color contains mainly: red. Hex color #947870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947870 is #6B878F. Grayscale: #7F7F7F. Windows color (decimal): -7047056 or 7370900. OLE color: 7370900.

HSL color Cylindrical-coordinate representation of color #947870: hue angle of 13.33º 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 #947870 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB148120112-
CMYK00.190.240.42
HSL13.33º14.4%50.98%-
HSV(B)13.33º24.32%58.04%-
XYZ21.8520.918.21-
YUV127.46119.28142.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.95%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=38.95%
G=31.58%
B=29.47%

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
Decimal14812011200.190.240.4213.3314.450.98
Hex947870013182Ade33
Octal2241701600233052151663
Binary10010100111100011100000100111100010101011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947870; }

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

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

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

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

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

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

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

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