Html Css Color HEX #8D884F Clay Creek

📋 copy color: '#8D884F'

red 141 ◦ green 136 ◦ blue 79

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

Shades of Clay Creek #8D884F

Tints of Clay Creek #8D884F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 79 (31.25% from 255) = 22.19%

R = 39.61%
G = 38.2%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D884F (or 0x8D884F) is known color: Clay Creek. HEX triplet: 8D, 88 and 4F. RGB value is (141,136,79). Sum of RGB (Red+Green+Blue) = 141+136+79=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D884F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D884F is #7277B0. Grayscale: #838383. Windows color (decimal): -7501745 or 5212301. OLE color: 5212301.

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

Color convert

RGB 141 136 79 -
CMYK 0 0.04 0.44 0.45
HSL 55.16º 0.28% 0.43% -
HSV(B) 55.16º 0.44% 0.55% -
XYZ 21.2 23.84 10.88 -
YUV 131 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 141 136 79 0 0.04 0.44 0.45 55.16 0.28 0.43
Hex 8D 88 4F 0 4 2C 2D 37 1C 2B
Octal 215 210 117 0 4 54 55 67 34 53
Binary 10001101 10001000 1001111 0 100 101100 101101 110111 11100 101011

Color Harmonies of #8D884F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D884F

Black with #8D884F

Text Example


Text Example

White with #8D884F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,79); }

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

background-color css

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

 a { background-color: rgb(141,136,79); }

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

border-color css

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

 span { border-color: rgb(141,136,79); }

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