Html Css Color HEX #8D855D Clay Creek

📋 copy color: '#8D855D'

red 141 ◦ green 133 ◦ blue 93

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

Shades of Clay Creek #8D855D

Tints of Clay Creek #8D855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 38.42%
G = 36.24%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8D855D (or 0x8D855D) is known color: Clay Creek. HEX triplet: 8D, 85 and 5D. RGB value is (141,133,93). Sum of RGB (Red+Green+Blue) = 141+133+93=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D855D is #727AA2. Grayscale: #838383. Windows color (decimal): -7502499 or 6129037. OLE color: 6129037.

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

Color convert

RGB 141 133 93 -
CMYK 0 0.06 0.34 0.45
HSL 50º 0.21% 0.46% -
HSV(B) 50º 0.34% 0.55% -
XYZ 21.35 23.23 13.71 -
YUV 130.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 141 133 93 0 0.06 0.34 0.45 50 0.21 0.46
Hex 8D 85 5D 0 6 22 2D 32 15 2E
Octal 215 205 135 0 6 42 55 62 25 56
Binary 10001101 10000101 1011101 0 110 100010 101101 110010 10101 101110

Color Harmonies of #8D855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D855D

Black with #8D855D

Text Example


Text Example

White with #8D855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,133,93); }

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

background-color css

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

 a { background-color: rgb(141,133,93); }

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

border-color css

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

 span { border-color: rgb(141,133,93); }

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