Html Css Color HEX #8D8354 Clay Creek

📋 copy color: '#8D8354'

red 141 ◦ green 131 ◦ blue 84

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

Shades of Clay Creek #8D8354

Tints of Clay Creek #8D8354

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 84 (33.2% from 255) = 23.6%

R = 39.61%
G = 36.8%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D8354 (or 0x8D8354) is known color: Clay Creek. HEX triplet: 8D, 83 and 54. RGB value is (141,131,84). Sum of RGB (Red+Green+Blue) = 141+131+84=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8354 is #727CAB. Grayscale: #808080. Windows color (decimal): -7503020 or 5538701. OLE color: 5538701.

HSL color Cylindrical-coordinate representation of color #8D8354: hue angle of 49.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D8354 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 131 84 -
CMYK 0 0.07 0.40 0.45
HSL 49.47º 0.25% 0.44% -
HSV(B) 49.47º 0.4% 0.55% -
XYZ 20.7 22.54 11.65 -
YUV 128.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 141 131 84 0 0.07 0.40 0.45 49.47 0.25 0.44
Hex 8D 83 54 0 7 28 2D 31 19 2C
Octal 215 203 124 0 7 50 55 61 31 54
Binary 10001101 10000011 1010100 0 111 101000 101101 110001 11001 101100

Color Harmonies of #8D8354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8354

Black with #8D8354

Text Example


Text Example

White with #8D8354

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,131,84); }

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

background-color css

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

 a { background-color: rgb(141,131,84); }

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

border-color css

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

 span { border-color: rgb(141,131,84); }

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