Html Css Color HEX #8C844C Clay Creek

📋 copy color: '#8C844C'

red 140 ◦ green 132 ◦ blue 76

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

Shades of Clay Creek #8C844C

Tints of Clay Creek #8C844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.93%

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

R = 40.23%
G = 37.93%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C844C (or 0x8C844C) is known color: Clay Creek. HEX triplet: 8C, 84 and 4C. RGB value is (140,132,76). Sum of RGB (Red+Green+Blue) = 140+132+76=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C844C is #737BB3. Grayscale: #808080. Windows color (decimal): -7568308 or 5014668. OLE color: 5014668.

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

Color convert

RGB 140 132 76 -
CMYK 0 0.06 0.46 0.45
HSL 52.5º 0.3% 0.42% -
HSV(B) 52.5º 0.46% 0.55% -
XYZ 20.37 22.6 10.13 -
YUV 128.01 98.65 136.55 -
System Red Green Blue C M Y K H S L
Decimal 140 132 76 0 0.06 0.46 0.45 52.5 0.3 0.42
Hex 8C 84 4C 0 6 2E 2D 34 1E 2A
Octal 214 204 114 0 6 56 55 64 36 52
Binary 10001100 10000100 1001100 0 110 101110 101101 110100 11110 101010

Color Harmonies of #8C844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C844C

Black with #8C844C

Text Example


Text Example

White with #8C844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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