Html Css Color HEX #8C7E56 Clay Creek

📋 copy color: '#8C7E56'

red 140 ◦ green 126 ◦ blue 86

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

Shades of Clay Creek #8C7E56

Tints of Clay Creek #8C7E56

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.8%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 39.77%
G = 35.8%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C7E56 (or 0x8C7E56) is known color: Clay Creek. HEX triplet: 8C, 7E and 56. RGB value is (140,126,86). Sum of RGB (Red+Green+Blue) = 140+126+86=352 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.77% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7E56 is #7381A9. Grayscale: #7D7D7D. Windows color (decimal): -7569834 or 5668492. OLE color: 5668492.

HSL color Cylindrical-coordinate representation of color #8C7E56: hue angle of 44.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C7E56 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 126 86 -
CMYK 0 0.10 0.39 0.45
HSL 44.44º 0.24% 0.44% -
HSV(B) 44.44º 0.39% 0.55% -
XYZ 19.96 21.17 11.84 -
YUV 125.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 140 126 86 0 0.10 0.39 0.45 44.44 0.24 0.44
Hex 8C 7E 56 0 A 27 2D 2C 18 2C
Octal 214 176 126 0 12 47 55 54 30 54
Binary 10001100 1111110 1010110 0 1010 100111 101101 101100 11000 101100

Color Harmonies of #8C7E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7E56

Black with #8C7E56

Text Example


Text Example

White with #8C7E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,126,86); }

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

background-color css

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

 a { background-color: rgb(140,126,86); }

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

border-color css

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

 span { border-color: rgb(140,126,86); }

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