Html Css Color HEX #8D815B Clay Creek

📋 copy color: '#8D815B'

red 141 ◦ green 129 ◦ blue 91

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

Shades of Clay Creek #8D815B

Tints of Clay Creek #8D815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.73%

 BLUE value IS 91 (35.94% from 255) = 25.21%

R = 39.06%
G = 35.73%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8D815B (or 0x8D815B) is known color: Clay Creek. HEX triplet: 8D, 81 and 5B. RGB value is (141,129,91). Sum of RGB (Red+Green+Blue) = 141+129+91=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D815B is #727EA4. Grayscale: #808080. Windows color (decimal): -7503525 or 5996941. OLE color: 5996941.

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

Color convert

RGB 141 129 91 -
CMYK 0 0.09 0.35 0.45
HSL 45.6º 0.22% 0.45% -
HSV(B) 45.6º 0.35% 0.55% -
XYZ 20.72 22.12 13.07 -
YUV 128.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 141 129 91 0 0.09 0.35 0.45 45.6 0.22 0.45
Hex 8D 81 5B 0 9 23 2D 2E 16 2D
Octal 215 201 133 0 11 43 55 56 26 55
Binary 10001101 10000001 1011011 0 1001 100011 101101 101110 10110 101101

Color Harmonies of #8D815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D815B

Black with #8D815B

Text Example


Text Example

White with #8D815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,129,91); }

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

background-color css

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

 a { background-color: rgb(141,129,91); }

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

border-color css

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

 span { border-color: rgb(141,129,91); }

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