#907972

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

Shades of Hemp #907972

Tints of Hemp #907972

Color information

#907972 (or 0x907972) is unknown color: approx Hemp. HEX triplet: 90, 79 and 72. RGB value is (144,121,114). Sum of RGB (Red+Green+Blue) = 144+121+114=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 144 - color contains mainly: red. Hex color #907972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907972 is #6F868D. Grayscale: #7F7F7F. Windows color (decimal): -7308942 or 7502224. OLE color: 7502224.

HSL color Cylindrical-coordinate representation of color #907972: hue angle of 14º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907972 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB144121114-
CMYK00.160.210.44
HSL14º11.9%50.59%-
HSV(B)14º20.83%56.47%-
XYZ21.3820.8218.81-
YUV127.08120.62140.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.99%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=37.99%
G=31.93%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412111400.160.210.441411.950.59
Hex907972010152Cec33
Octal2201711620202554161463
Binary10010000111100111100100100001010110110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907972; }

 p { color: rgb(144,121,114); }

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

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

 a { background-color: rgb(144,121,114); }

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

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

 span { border-color: rgb(144,121,114); }

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