#927872

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

Shades of Hemp #927872

Tints of Hemp #927872

Color information

#927872 (or 0x927872) is unknown color: approx Hemp. HEX triplet: 92, 78 and 72. RGB value is (146,120,114). Sum of RGB (Red+Green+Blue) = 146+120+114=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #927872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #927872 is #6D878D. Grayscale: #7F7F7F. Windows color (decimal): -7178126 or 7501970. OLE color: 7501970.

HSL color Cylindrical-coordinate representation of color #927872: hue angle of 11.25º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #927872 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB146120114-
CMYK00.180.220.43
HSL11.25º12.8%50.98%-
HSV(B)11.25º21.92%57.25%-
XYZ21.6120.7618.79-
YUV127.09120.61141.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 30%
R=38.42%
G=31.58%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612011400.180.220.4311.2512.850.98
Hex927872012162Bbd33
Octal2221701620222653131563
Binary10010010111100011100100100101011010101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927872; }

 p { color: rgb(146,120,114); }

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

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

 a { background-color: rgb(146,120,114); }

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

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

 span { border-color: rgb(146,120,114); }

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