Html Css Color HEX #95827D Hemp

📋 copy color: '#95827D'

red 149 ◦ green 130 ◦ blue 125

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

Shades of Hemp #95827D

Tints of Hemp #95827D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.18%

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

R = 36.88%
G = 32.18%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95827D (or 0x95827D) is known color: Hemp. HEX triplet: 95, 82 and 7D. RGB value is (149,130,125). Sum of RGB (Red+Green+Blue) = 149+130+125=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95827D is #6A7D82. Grayscale: #878787. Windows color (decimal): -6978947 or 8225429. OLE color: 8225429.

HSL color Cylindrical-coordinate representation of color #95827D: hue angle of 12.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95827D is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 125 -
CMYK 0 0.13 0.16 0.42
HSL 12.5º 0.1% 0.54% -
HSV(B) 12.5º 0.16% 0.58% -
XYZ 24.08 23.84 22.73 -
YUV 135.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 149 130 125 0 0.13 0.16 0.42 12.5 0.1 0.54
Hex 95 82 7D 0 D 10 2A C A 36
Octal 225 202 175 0 15 20 52 14 12 66
Binary 10010101 10000010 1111101 0 1101 10000 101010 1100 1010 110110

Color Harmonies of #95827D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95827D

Black with #95827D

Text Example


Text Example

White with #95827D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95827D;
 }
 .AnyTagClassName
 {
   color: #95827D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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