#95817A

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

Shades of Hemp #95817A

Tints of Hemp #95817A

Color information

#95817A (or 0x95817A) is unknown color: approx Hemp. HEX triplet: 95, 81 and 7A. RGB value is (149,129,122). Sum of RGB (Red+Green+Blue) = 149+129+122=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 149 - color contains mainly: red. Hex color #95817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817A is #6A7E85. Grayscale: #868686. Windows color (decimal): -6979206 or 8028565. OLE color: 8028565.

HSL color Cylindrical-coordinate representation of color #95817A: hue angle of 15.56º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95817A is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149129122-
CMYK00.130.180.42
HSL15.56º11.3%53.14%-
HSV(B)15.56º18.12%58.43%-
XYZ23.7623.521.7-
YUV134.18121.13138.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.25%
GREEN value IS 129 (50.78% from 255) = 32.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=37.25%
G=32.25%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912912200.130.180.4215.5611.353.14
Hex95817A0D122A10b35
Octal2252011720152252201365
Binary100101011000000111110100110110010101010100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95817A; }

 p { color: rgb(149,129,122); }

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

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

 a { background-color: rgb(149,129,122); }

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

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

 span { border-color: rgb(149,129,122); }

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