Html Css Color HEX #8C854C Clay Creek

📋 copy color: '#8C854C'

red 140 ◦ green 133 ◦ blue 76

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

Shades of Clay Creek #8C854C

Tints of Clay Creek #8C854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

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

R = 40.11%
G = 38.11%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C854C (or 0x8C854C) is known color: Clay Creek. HEX triplet: 8C, 85 and 4C. RGB value is (140,133,76). Sum of RGB (Red+Green+Blue) = 140+133+76=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C854C is #737AB3. Grayscale: #808080. Windows color (decimal): -7568052 or 5014924. OLE color: 5014924.

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

Color convert

RGB 140 133 76 -
CMYK 0 0.05 0.46 0.45
HSL 53.44º 0.3% 0.42% -
HSV(B) 53.44º 0.46% 0.55% -
XYZ 20.51 22.87 10.17 -
YUV 128.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 140 133 76 0 0.05 0.46 0.45 53.44 0.3 0.42
Hex 8C 85 4C 0 5 2E 2D 35 1E 2A
Octal 214 205 114 0 5 56 55 65 36 52
Binary 10001100 10000101 1001100 0 101 101110 101101 110101 11110 101010

Color Harmonies of #8C854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C854C

Black with #8C854C

Text Example


Text Example

White with #8C854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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