Html Css Color HEX #93827C Hemp

📋 copy color: '#93827C'

red 147 ◦ green 130 ◦ blue 124

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

Shades of Hemp #93827C

Tints of Hemp #93827C

RGB

 RED value IS 147 (57.81% from 255) = 36.66%

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

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

R = 36.66%
G = 32.42%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93827C (or 0x93827C) is known color: Hemp. HEX triplet: 93, 82 and 7C. RGB value is (147,130,124). Sum of RGB (Red+Green+Blue) = 147+130+124=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93827C is #6C7D83. Grayscale: #868686. Windows color (decimal): -7110020 or 8159891. OLE color: 8159891.

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

Color convert

RGB 147 130 124 -
CMYK 0 0.12 0.16 0.42
HSL 15.65º 0.1% 0.53% -
HSV(B) 15.65º 0.16% 0.58% -
XYZ 23.65 23.62 22.38 -
YUV 134.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 147 130 124 0 0.12 0.16 0.42 15.65 0.1 0.53
Hex 93 82 7C 0 C 10 2A 10 A 35
Octal 223 202 174 0 14 20 52 20 12 65
Binary 10010011 10000010 1111100 0 1100 10000 101010 10000 1010 110101

Color Harmonies of #93827C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93827C

Black with #93827C

Text Example


Text Example

White with #93827C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,130,124); }

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

background-color css

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

 a { background-color: rgb(147,130,124); }

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

border-color css

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

 span { border-color: rgb(147,130,124); }

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