Html Css Color HEX #95827A Hemp

📋 copy color: '#95827A'

red 149 ◦ green 130 ◦ blue 122

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

Shades of Hemp #95827A

Tints of Hemp #95827A

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 value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95827A (or 0x95827A) is known color: 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

RGB 149 130 122 -
CMYK 0 0.13 0.18 0.42
HSL 17.78º 0.11% 0.53% -
HSV(B) 17.78º 0.18% 0.58% -
XYZ 23.89 23.76 21.74 -
YUV 134.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 149 130 122 0 0.13 0.18 0.42 17.78 0.11 0.53
Hex 95 82 7A 0 D 12 2A 12 B 35
Octal 225 202 172 0 15 22 52 22 13 65
Binary 10010101 10000010 1111010 0 1101 10010 101010 10010 1011 110101

Color Harmonies of #95827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95827A

Black with #95827A

Text Example


Text Example

White with #95827A

Text Example


Text Example

HTML Codes & Css Web 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>