Html Css Color HEX #8D844C Clay Creek

📋 copy color: '#8D844C'

red 141 ◦ green 132 ◦ blue 76

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

Shades of Clay Creek #8D844C

Tints of Clay Creek #8D844C

RGB

 RED value IS 141 (55.47% from 255) = 40.4%

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 40.4%
G = 37.82%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D844C (or 0x8D844C) is known color: Clay Creek. HEX triplet: 8D, 84 and 4C. RGB value is (141,132,76). Sum of RGB (Red+Green+Blue) = 141+132+76=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D844C is #727BB3. Grayscale: #808080. Windows color (decimal): -7502772 or 5014669. OLE color: 5014669.

HSL color Cylindrical-coordinate representation of color #8D844C: hue angle of 51.69º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D844C is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 132 76 -
CMYK 0 0.06 0.46 0.45
HSL 51.69º 0.3% 0.43% -
HSV(B) 51.69º 0.46% 0.55% -
XYZ 20.54 22.69 10.13 -
YUV 128.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 141 132 76 0 0.06 0.46 0.45 51.69 0.3 0.43
Hex 8D 84 4C 0 6 2E 2D 34 1E 2B
Octal 215 204 114 0 6 56 55 64 36 53
Binary 10001101 10000100 1001100 0 110 101110 101101 110100 11110 101011

Color Harmonies of #8D844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D844C

Black with #8D844C

Text Example


Text Example

White with #8D844C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D844C; }

 p { color: rgb(141,132,76); }

 H1.HeaderClassName
 {
   color: #8D844C;
 }
 .AnyTagClassName
 {
   color: #8D844C;
 }
</style>

background-color css

<style>
 a { background-color: #8D844C; }

 a { background-color: rgb(141,132,76); }

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

border-color css

<style>
 span { border-color: #8D844C; }

 span { border-color: rgb(141,132,76); }

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