#95827A

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

Shades of Hemp #95827A

Tints of Hemp #95827A

Color information

#95827A (or 0x95827A) is unknown color: approx Hemp. HEX triplet: 95, 82 and 7A. RGB value is (149,130,122). Sum of RGB (Red+Green+Blue) = 149+130+122=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #95827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95827A is #6A7D85. Grayscale: #868686. Windows color (decimal): -6978950 or 8028821. OLE color: 8028821.

HSL color Cylindrical-coordinate representation of color #95827A: hue angle of 17.78º 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 #95827A is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB149130122-
CMYK00.130.180.42
HSL17.78º11.3%53.14%-
HSV(B)17.78º18.12%58.43%-
XYZ23.8923.7621.74-
YUV134.77120.79138.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 122 (48.05% from 255) = 30.42%
R=37.16%
G=32.42%
B=30.42%

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
Decimal14913012200.130.180.4217.7811.353.14
Hex95827A0D122A12b35
Octal2252021720152252221365
Binary100101011000001011110100110110010101010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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