Html Css Color HEX #8C814C Clay Creek

📋 copy color: '#8C814C'

red 140 ◦ green 129 ◦ blue 76

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

Shades of Clay Creek #8C814C

Tints of Clay Creek #8C814C

RGB

 RED value IS 140 (55.08% from 255) = 40.58%

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

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

R = 40.58%
G = 37.39%
B = 22.03%

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

#8C814C (or 0x8C814C) is known color: Clay Creek. HEX triplet: 8C, 81 and 4C. RGB value is (140,129,76). Sum of RGB (Red+Green+Blue) = 140+129+76=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C814C is #737EB3. Grayscale: #7E7E7E. Windows color (decimal): -7569076 or 5013900. OLE color: 5013900.

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

Color convert

RGB 140 129 76 -
CMYK 0 0.08 0.46 0.45
HSL 49.69º 0.3% 0.42% -
HSV(B) 49.69º 0.46% 0.55% -
XYZ 19.97 21.8 9.99 -
YUV 126.25 99.64 137.81 -
System Red Green Blue C M Y K H S L
Decimal 140 129 76 0 0.08 0.46 0.45 49.69 0.3 0.42
Hex 8C 81 4C 0 8 2E 2D 32 1E 2A
Octal 214 201 114 0 10 56 55 62 36 52
Binary 10001100 10000001 1001100 0 1000 101110 101101 110010 11110 101010

Color Harmonies of #8C814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C814C

Black with #8C814C

Text Example


Text Example

White with #8C814C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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