Html Css Color HEX #8D855A Clay Creek

📋 copy color: '#8D855A'

red 141 ◦ green 133 ◦ blue 90

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

Shades of Clay Creek #8D855A

Tints of Clay Creek #8D855A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 38.74%
G = 36.54%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D855A (or 0x8D855A) is known color: Clay Creek. HEX triplet: 8D, 85 and 5A. RGB value is (141,133,90). Sum of RGB (Red+Green+Blue) = 141+133+90=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D855A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D855A is #727AA5. Grayscale: #828282. Windows color (decimal): -7502502 or 5932429. OLE color: 5932429.

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

Color convert

RGB 141 133 90 -
CMYK 0 0.06 0.36 0.45
HSL 50.59º 0.22% 0.45% -
HSV(B) 50.59º 0.36% 0.55% -
XYZ 21.22 23.18 13.03 -
YUV 130.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 141 133 90 0 0.06 0.36 0.45 50.59 0.22 0.45
Hex 8D 85 5A 0 6 24 2D 33 16 2D
Octal 215 205 132 0 6 44 55 63 26 55
Binary 10001101 10000101 1011010 0 110 100100 101101 110011 10110 101101

Color Harmonies of #8D855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D855A

Black with #8D855A

Text Example


Text Example

White with #8D855A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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