Html Css Color HEX #8D824C Clay Creek

📋 copy color: '#8D824C'

red 141 ◦ green 130 ◦ blue 76

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

Shades of Clay Creek #8D824C

Tints of Clay Creek #8D824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 40.63%
G = 37.46%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D824C (or 0x8D824C) is known color: Clay Creek. HEX triplet: 8D, 82 and 4C. RGB value is (141,130,76). Sum of RGB (Red+Green+Blue) = 141+130+76=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D824C is #727DB3. Grayscale: #7F7F7F. Windows color (decimal): -7503284 or 5014157. OLE color: 5014157.

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

Color convert

RGB 141 130 76 -
CMYK 0 0.08 0.46 0.45
HSL 49.85º 0.3% 0.43% -
HSV(B) 49.85º 0.46% 0.55% -
XYZ 20.27 22.15 10.04 -
YUV 127.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 141 130 76 0 0.08 0.46 0.45 49.85 0.3 0.43
Hex 8D 82 4C 0 8 2E 2D 32 1E 2B
Octal 215 202 114 0 10 56 55 62 36 53
Binary 10001101 10000010 1001100 0 1000 101110 101101 110010 11110 101011

Color Harmonies of #8D824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D824C

Black with #8D824C

Text Example


Text Example

White with #8D824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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