Html Css Color HEX #8D814D Clay Creek

📋 copy color: '#8D814D'

red 141 ◦ green 129 ◦ blue 77

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

Shades of Clay Creek #8D814D

Tints of Clay Creek #8D814D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 40.63%
G = 37.18%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8D814D (or 0x8D814D) is known color: Clay Creek. HEX triplet: 8D, 81 and 4D. RGB value is (141,129,77). Sum of RGB (Red+Green+Blue) = 141+129+77=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D814D is #727EB2. Grayscale: #7E7E7E. Windows color (decimal): -7503539 or 5079437. OLE color: 5079437.

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

Color convert

RGB 141 129 77 -
CMYK 0 0.09 0.45 0.45
HSL 48.75º 0.29% 0.43% -
HSV(B) 48.75º 0.45% 0.55% -
XYZ 20.17 21.9 10.18 -
YUV 126.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 141 129 77 0 0.09 0.45 0.45 48.75 0.29 0.43
Hex 8D 81 4D 0 9 2D 2D 31 1D 2B
Octal 215 201 115 0 11 55 55 61 35 53
Binary 10001101 10000001 1001101 0 1001 101101 101101 110001 11101 101011

Color Harmonies of #8D814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D814D

Black with #8D814D

Text Example


Text Example

White with #8D814D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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