Html Css Color HEX #8D814C Clay Creek

📋 copy color: '#8D814C'

red 141 ◦ green 129 ◦ blue 76

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

Shades of Clay Creek #8D814C

Tints of Clay Creek #8D814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 40.75%
G = 37.28%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D814C (or 0x8D814C) is known color: Clay Creek. HEX triplet: 8D, 81 and 4C. RGB value is (141,129,76). Sum of RGB (Red+Green+Blue) = 141+129+76=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D814C is #727EB3. Grayscale: #7E7E7E. Windows color (decimal): -7503540 or 5013901. OLE color: 5013901.

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

Color convert

RGB 141 129 76 -
CMYK 0 0.09 0.46 0.45
HSL 48.92º 0.3% 0.43% -
HSV(B) 48.92º 0.46% 0.55% -
XYZ 20.14 21.89 10 -
YUV 126.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 141 129 76 0 0.09 0.46 0.45 48.92 0.3 0.43
Hex 8D 81 4C 0 9 2E 2D 31 1E 2B
Octal 215 201 114 0 11 56 55 61 36 53
Binary 10001101 10000001 1001100 0 1001 101110 101101 110001 11110 101011

Color Harmonies of #8D814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D814C

Black with #8D814C

Text Example


Text Example

White with #8D814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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