Html Css Color HEX #8D8955 Clay Creek

📋 copy color: '#8D8955'

red 141 ◦ green 137 ◦ blue 85

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

Shades of Clay Creek #8D8955

Tints of Clay Creek #8D8955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 38.84%
G = 37.74%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D8955 (or 0x8D8955) is known color: Clay Creek. HEX triplet: 8D, 89 and 55. RGB value is (141,137,85). Sum of RGB (Red+Green+Blue) = 141+137+85=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8955 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8955 is #7276AA. Grayscale: #848484. Windows color (decimal): -7501483 or 5605773. OLE color: 5605773.

HSL color Cylindrical-coordinate representation of color #8D8955: hue angle of 55.71º 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 #8D8955 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 137 85 -
CMYK 0 0.03 0.40 0.45
HSL 55.71º 0.25% 0.44% -
HSV(B) 55.71º 0.4% 0.55% -
XYZ 21.57 24.21 12.13 -
YUV 132.27 101.33 134.23 -
System Red Green Blue C M Y K H S L
Decimal 141 137 85 0 0.03 0.40 0.45 55.71 0.25 0.44
Hex 8D 89 55 0 3 28 2D 38 19 2C
Octal 215 211 125 0 3 50 55 70 31 54
Binary 10001101 10001001 1010101 0 11 101000 101101 111000 11001 101100

Color Harmonies of #8D8955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8955

Black with #8D8955

Text Example


Text Example

White with #8D8955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,137,85); }

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

background-color css

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

 a { background-color: rgb(141,137,85); }

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

border-color css

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

 span { border-color: rgb(141,137,85); }

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