Html Css Color HEX #9E857D Hemp

📋 copy color: '#9E857D'

red 158 ◦ green 133 ◦ blue 125

#9E857D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemp #9E857D

Tints of Hemp #9E857D

RGB

 RED value IS 158 (62.11% from 255) = 37.98%

 GREEN value IS 133 (52.34% from 255) = 31.97%

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 37.98%
G = 31.97%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#9E857D (or 0x9E857D) is known color: Hemp. HEX triplet: 9E, 85 and 7D. RGB value is (158,133,125). Sum of RGB (Red+Green+Blue) = 158+133+125=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E857D is #617A82. Grayscale: #8B8B8B. Windows color (decimal): -6388355 or 8226206. OLE color: 8226206.

HSL color Cylindrical-coordinate representation of color #9E857D: hue angle of 14.55º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E857D is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 133 125 -
CMYK 0 0.16 0.21 0.38
HSL 14.55º 0.15% 0.55% -
HSV(B) 14.55º 0.21% 0.62% -
XYZ 26.19 25.52 22.95 -
YUV 139.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 158 133 125 0 0.16 0.21 0.38 14.55 0.15 0.55
Hex 9E 85 7D 0 10 15 26 F F 37
Octal 236 205 175 0 20 25 46 17 17 67
Binary 10011110 10000101 1111101 0 10000 10101 100110 1111 1111 110111

Color Harmonies of #9E857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E857D

Black with #9E857D

Text Example


Text Example

White with #9E857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E857D; }

 p { color: rgb(158,133,125); }

 H1.HeaderClassName
 {
   color: #9E857D;
 }
 .AnyTagClassName
 {
   color: #9E857D;
 }
</style>

background-color css

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

 a { background-color: rgb(158,133,125); }

 div.DivClassName
 {
   background-color: #9E857D;
 }
 .BgClassName
 {
   background-color: #9E857D;
 }
</style>

border-color css

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

 span { border-color: rgb(158,133,125); }

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