Html Css Color HEX #8D8351 Clay Creek

📋 copy color: '#8D8351'

red 141 ◦ green 131 ◦ blue 81

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

Shades of Clay Creek #8D8351

Tints of Clay Creek #8D8351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 39.94%
G = 37.11%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8D8351 (or 0x8D8351) is known color: Clay Creek. HEX triplet: 8D, 83 and 51. RGB value is (141,131,81). Sum of RGB (Red+Green+Blue) = 141+131+81=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8351 is #727CAE. Grayscale: #808080. Windows color (decimal): -7503023 or 5342093. OLE color: 5342093.

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

Color convert

RGB 141 131 81 -
CMYK 0 0.07 0.43 0.45
HSL 50º 0.27% 0.44% -
HSV(B) 50º 0.43% 0.55% -
XYZ 20.59 22.49 11.04 -
YUV 128.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 141 131 81 0 0.07 0.43 0.45 50 0.27 0.44
Hex 8D 83 51 0 7 2B 2D 32 1B 2C
Octal 215 203 121 0 7 53 55 62 33 54
Binary 10001101 10000011 1010001 0 111 101011 101101 110010 11011 101100

Color Harmonies of #8D8351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8351

Black with #8D8351

Text Example


Text Example

White with #8D8351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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