Html Css Color HEX #94827B Hemp

📋 copy color: '#94827B'

red 148 ◦ green 130 ◦ blue 123

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

Shades of Hemp #94827B

Tints of Hemp #94827B

RGB

 RED value IS 148 (58.2% from 255) = 36.91%

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 36.91%
G = 32.42%
B = 30.67%

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

#94827B (or 0x94827B) is known color: Hemp. HEX triplet: 94, 82 and 7B. RGB value is (148,130,123). Sum of RGB (Red+Green+Blue) = 148+130+123=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #94827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94827B is #6B7D84. Grayscale: #868686. Windows color (decimal): -7044485 or 8094356. OLE color: 8094356.

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

Color convert

RGB 148 130 123 -
CMYK 0 0.12 0.17 0.42
HSL 16.8º 0.1% 0.53% -
HSV(B) 16.8º 0.17% 0.58% -
XYZ 23.77 23.69 22.06 -
YUV 134.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 148 130 123 0 0.12 0.17 0.42 16.8 0.1 0.53
Hex 94 82 7B 0 C 11 2A 11 A 35
Octal 224 202 173 0 14 21 52 21 12 65
Binary 10010100 10000010 1111011 0 1100 10001 101010 10001 1010 110101

Color Harmonies of #94827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94827B

Black with #94827B

Text Example


Text Example

White with #94827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94827B; }

 p { color: rgb(148,130,123); }

 H1.HeaderClassName
 {
   color: #94827B;
 }
 .AnyTagClassName
 {
   color: #94827B;
 }
</style>

background-color css

<style>
 a { background-color: #94827B; }

 a { background-color: rgb(148,130,123); }

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

border-color css

<style>
 span { border-color: #94827B; }

 span { border-color: rgb(148,130,123); }

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