Html Css Color HEX #95837C Hemp

📋 copy color: '#95837C'

red 149 ◦ green 131 ◦ blue 124

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

Shades of Hemp #95837C

Tints of Hemp #95837C

RGB

 RED value IS 149 (58.59% from 255) = 36.88%

 GREEN value IS 131 (51.56% from 255) = 32.43%

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 36.88%
G = 32.43%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95837C (or 0x95837C) is known color: Hemp. HEX triplet: 95, 83 and 7C. RGB value is (149,131,124). Sum of RGB (Red+Green+Blue) = 149+131+124=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95837C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95837C is #6A7C83. Grayscale: #878787. Windows color (decimal): -6978692 or 8160149. OLE color: 8160149.

HSL color Cylindrical-coordinate representation of color #95837C: hue angle of 16.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95837C is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 124 -
CMYK 0 0.12 0.17 0.42
HSL 16.8º 0.11% 0.54% -
HSV(B) 16.8º 0.17% 0.58% -
XYZ 24.15 24.08 22.44 -
YUV 135.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 149 131 124 0 0.12 0.17 0.42 16.8 0.11 0.54
Hex 95 83 7C 0 C 11 2A 11 B 36
Octal 225 203 174 0 14 21 52 21 13 66
Binary 10010101 10000011 1111100 0 1100 10001 101010 10001 1011 110110

Color Harmonies of #95837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95837C

Black with #95837C

Text Example


Text Example

White with #95837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,131,124); }

 H1.HeaderClassName
 {
   color: #95837C;
 }
 .AnyTagClassName
 {
   color: #95837C;
 }
</style>

background-color css

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

 a { background-color: rgb(149,131,124); }

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

border-color css

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

 span { border-color: rgb(149,131,124); }

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