#92817C

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

Shades of Hemp #92817C

Tints of Hemp #92817C

Color information

#92817C (or 0x92817C) is unknown color: approx Hemp. HEX triplet: 92, 81 and 7C. RGB value is (146,129,124). Sum of RGB (Red+Green+Blue) = 146+129+124=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #92817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92817C is #6D7E83. Grayscale: #858585. Windows color (decimal): -7175812 or 8159634. OLE color: 8159634.

HSL color Cylindrical-coordinate representation of color #92817C: hue angle of 13.64º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92817C is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB146129124-
CMYK00.120.150.43
HSL13.64º9.17%52.94%-
HSV(B)13.64º15.07%57.25%-
XYZ23.3423.2722.33-
YUV133.51122.63136.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 129 (50.78% from 255) = 32.33%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=36.59%
G=32.33%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612912400.120.150.4313.649.1752.94
Hex92817C0CF2Be935
Octal2222011740141753161165
Binary1001001010000001111110001100111110101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92817C; }

 p { color: rgb(146,129,124); }

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

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

 a { background-color: rgb(146,129,124); }

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

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

 span { border-color: rgb(146,129,124); }

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